Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 565 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 565 Bytes

Murmur

To start developing, run:

$ gulp serve

This will fire up a local web server, open http://localhost:9000 in your default browser and watch files for changes, reloading the browser automatically via [LiveReload].

To run the tests in the browser, run:

$ gulp serve:test

To make a production-ready build of the app, run:

$ gulp

To preview the production-ready build to check if everything is ok:

$ gulp serve:dist

Tasks

To get the list of available tasks, run:

$ gulp --tasks