-
Install Gulp and the other Node packages. This may take a while:
npm install
-
Run the app:
gulp serve
-
Edit the data and media files. Your changes should show up on in the browser immediately while
gulp serve
is still running. -
When you're done, generate the minified HTML/JavaScript/CSS/media files:
gulp
-
When you want to deploy them after generating the files:
gulp deploy