Angular 2 starter build with JSPM, Gulp 4, TypeScript, Karma, Mocha, Chaï.
Clone the repository and then run the following command:
npm install
For build the dev application and launch a server in watch mode on localhost:3000
:
npm start -- [options]
--no-open: avoid to open new window in your browser
--port: specify which port you want use
For build your application for production:
npm run build
For build your application for production and run a server:
npm start:prod
Your tests will be executed in single run mode:
npm test
For run in watch mode:
npm test:watch
If you want to run a specific command:
npm run gulp [command_name] -- [options]
List all commands availables:
npm run gulp -- --tasks-simple