This project was generated with Angular CLI version 11.0.3.
git clone https://github.com/hoangtranson/angular-jest-starter.git
cd angular-jest-starter
npm i
- Angular 11
- Jest
- Ngxs State Management
- Prettier
- ESLint
- i18n
- Sample Admin Page
run npm run start
to start project.
Run unit test with command npm run test
This starter project is using Ngxs as state management.
Run npm run prettier:check
to check files that not have good format.
Run npm run prettier:fix
to format all files that not have good format that we see at npm run prettier:check
.
Run npm run lint
.