-
Install or Upgrade Node.js and NPM
- visit https://nodejs.org/en/download/ and download and install the latest stable version of node. NPM will be updated with the install.
-
While in the root folder of the project run
sudo npm i This will install all the dependencies for the project.
-
Run
npm start and open http://localhost:5050 in the browser
-
Congrats your up in running. Editting any JS file will trigger a hot reload.
-
visit http://localhost:5050/docs for more details.
-
To switch to dark theme run
grunt dark
Thanks!