npm start
to serve using Brunch
Then navigate your browser to http://localhost:3333 If you use your own server, you can use the development script :
npm run dev
npm run prod
to minify javascript and css files for production deployment
npm test
to run unit tests with karma- Open the browser you would like to test to http://localhost:3334