Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
March 27, 2022 10:32 pm GMT

Angular 13 ESLint, Material Transloco Jest, TestCafe Docker Prettier

This is the Angular 13 Starter project you are looking for!

GitHub
https://github.com/wlucha/angular-starter

Features

Angular 13
Angular Material
Unit Testing with Jest
End-to-End Testing with TestCaf
Internationalization with Transloco
Auto documentation with Compodoc
Analyse your project with webpack-bundle-analyzer
Docker
ESLint
Prettier
Commit Linting

Demo

StackBlitz Demo

Install / Development

# Clone the project$ 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

Docker Deployment

# Build Docker image$ docker build . -t angular-starter# Run Docker Container$ docker run -p 3000:80 angular-starter

Docker Hub

https://hub.docker.com/r/wlucha/angular-starter

Commands

  • npm run start - start the app
  • npm run lint - lint the project
  • 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
  • npm run prettier - format the whole project

GitHub
https://github.com/wlucha/angular-starter


Original Link: https://dev.to/wlucha/angular-13-eslint-material-transloco-jest-testcafe-docker-prettier-3of6

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To