A minimalist Angular starter project with specific config (listed below ⬇️)
👕 Prettier
👕 eslint-config-prettier & eslint-plugin-prettier
🚨 Full Jest config
🚨 Testing library ngMocks
🚨 jasmine-marbles testing helpers for RxJS
# Clone project
$ git clone https://github.com/despeekapool/angular-starter
# Install dependencies
$ npm install
npm run start
Open in browser: http://localhost:4200
Run ng test
to execute the unit tests via Jest.
Run npm run format
to both lint (ESLint) AND format (Prettier) whole codebase.