- Have nodejs installed
-
Go to the deploy folder
$ cd deploy
-
Install dependencies
$ npm install
-
Run the local server
$ gulp server
-
Open a browser on http://localhost:8080 and play around. The server is using livereload so that any changes on the js or html files will be automatically published to the server.