Bring up a terminal and type node --version
. Node should respond with a version at or above 12.x.x If you need to install Node, go to nodejs.org.
Next, install the local dependencies Starter Kit requires:
$ npm i
That's it! You should now have everything needed to use the Starter Kit.
There are two starting points, from which you can choose:
- Live on server : http://localhost:9000/
$ npm start