A quiz for the stria swim website.
- Clone this repo from
https://github.com/jakemmarsh/angularjs-gulp-browserify-boilerplate.git
- Run
npm install
from the root directory - Run
npm run dev
- Your browser will automatically be opened and directed to the browser-sync proxy address
- To prepare assets for production, run the
npm run build
script (Note: the production task does not fire up the express server, and won't provide you with browser-sync's live reloading. Simply usenpm run dev
during development. More information below)
Now that npm run dev
is running, the server is up as well and serving files from the /build
directory. Any changes in the /app
directory will be automatically processed by Gulp and the changes will be injected to any open browsers pointed at the proxy address.