A basic Angular 4 seed project utilizing the following technologies:
- Angular 4.3.5
- TypeScript 2.5
- Karma/Jasmine
- Codelyzer & TSLint
- SASS/SCSS
- Webpack 3
npm start
- start the development webpack server (access via http://localhost:3000/)npm test
- run the project unit tests (*.spec.ts files)npm run lint
- run the project linting (will be run every timenpm test
is run)npm run build
- generate a production build for the project, which will be inserted into dist/