Starter project with angular2 and webpack
npm run browsersync
: compile and open a live reload browser
You can pass a different TARGET or MODE using the following command:
[TARGET=newtarget MODE=dev] npm run browsersync
npm run lint
: Run lint
npm run lint
npm test
: Run unit tests
npm test