Initial configuration of a project. In this project, essential dependency settings were made available to maintain code quality and standardization.
This project was generated with Angular CLI version 10.0.5.
- BEM
- Commitlint
- Cypress
- Eslint
- Husky
- Jest
- Prettier
- Sass
- storybook
- Stylelint
- ESLint
- Prettier - Code formatter
- Stylelint
You can find all of these listed and some more important extensions in development in the Angular Essentials package
[(optional scope)]: [optional body][optional footer]
Run npm run start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run npm test
to run the tests once.
Run npm run test: watch
or npm run test -- --watch
to run unit tests with the option to automatically reload and search for files.
Developed in Jest Jest.
Run npm run e2e or npm run cypress
to execute the end-to-end tests via Cypress.
The tests are available in the application folder.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.