Angular Starter with Jest, Prettier, State management Ngxs.
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
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
.