This seed project provides a boxed, front-end web-stack with a full development and production pipeline ready for Angular (4.x).
While not entirely comprehensive, this should provide a firm basis for a professional project.
- TypeScript (or JavaScript) with linting
- SCSS (or CSS) with linting
- Karma Unit Testing
- Webpack with testing, development and production pipelines
I've opted to move configuration files into ./configuration
so that the root is not cluttered.
If you cd into where the package.json
file lives you can run:
npm run development
npm run development:dashboard
npm run production
npm run production:dashboard
npm run build:development
npm run build:production
Seed projects are tricky; personal and outdated the moment they are published. There are many things that can be improved in this repository, and I will do so over time.
You can track these improvements on the 'project' tab.
Please also feel free to create issues/pull-requests, which I will endeavour to look at.