Install the Crestron CH5 Utilities CLI
npm install -g @crestron/ch5-utilities-cli
Create a Project using the CH5 Shell CLI
ch5-shell-cli create:project
Create a Git Ignore file for the Node Modules
.gitignore
/node_modules
Start
npm run start
Open Browser
to change from light theme to dark theme
./shell-template/app/project-config.json
{
“projectName”: “shell-template”,
“version”: “0.0.1”,
“faviconPath”: “favicon.ico”,
“menuOrientation”: “horizontal”,
“selectedTheme”: “dark-theme”,
“useWebXPanel”: true,