npm start
gulp
- This will run everything on development mode (source maps, expanded, etc) To run live on production try:
gulp production
- Finally you can also auto-deploy to Github Pages with the command
gulp deploy
Note: For that to work your github branch must be named origin