Forem

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

Posted on • Edited on

2 2

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

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (1)

Collapse
 
wlucha profile image
wlucha

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

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay