A base project for Angular applications. Scalable folder architecture, TailwindCSS, Husky and more features.
Script | Description |
---|---|
npm install | Install all dependencies |
npm run start:[local - dev - prod] | Run development server on http://localhost:4200/ with specific target environment. (local, development, production) |
npm run test | Run unit tests via Karma without watch mode |
npm run bundle-report | Generate report of Webpack bundle analyzer inside dist/ folder |
npm run format:fix | Autofix code format issues with Prettier |
npm run format:check | Find code format issues and list them. |
The MIT License (MIT)
Copyright (c) Johan Villanueva