Angular 9 Starter project with Material, Transloco, Jest & Compodoc
by @wlucha
Project
You can find the project here:
https://github.com/wlucha/angular-starter
Features
✅ Angular 9+
✅ Angular Material Theming
✅ Jest Unit Testing
✅ Internationalization with Transloco
✅ Auto documentation with Compodoc
✅ Analyse your project with webpack-bundle-analyzer
Deploy
Table of Contents
Install / Development
git clone https://github.com/wlucha/angular-starter
cd angular-starter
# Install dependencies
npm install
# Start server
npm run start
# Open in browser: http://localhost:4200
Commands
-
npm run start- start the app -
npm run test- run unit tests -
npm run build- build the project -
npm run build:prod- build the project in production mode -
npm run build:prod:stats- build the project in product mode with stats -
npm run analyse- analyse bundle with webpack-bundle-analyzer -
npm run compodoc- generate compodoc documentation -
npm run changelog- generate changelog
Top comments (1)
Updated to Angular 13: dev.to/wlucha/angular-13-starter-w...