DEV Community

Cover image for Angular 9 + Material + Transloco + Jest + Compodoc
wlucha
wlucha

Posted on • Updated on

Angular 9 + Material + Transloco + Jest + Compodoc

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

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
Enter fullscreen mode Exit fullscreen mode

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

Latest comments (1)

Collapse
 
wlucha profile image
wlucha

Updated to Angular 13: dev.to/wlucha/angular-13-starter-w...