DEV Community

Cover image for πŸš€ Angular 19 + Cypress, Material + Transloco + Jest, EsLint + Docker + Prettier πŸš€
wlucha
wlucha

Posted on β€’ Edited on

7

πŸš€ Angular 19 + Cypress, Material + Transloco + Jest, EsLint + Docker + Prettier πŸš€

This is an Angular 19 Starter with Material, Cypress, Transloco, Jest, Compodoc, Docker Support, ESLint & Prettier.

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

βœ… Angular 19
βœ… Angular Material
βœ… Unit Testing with Jest
βœ… End-to-End Testing with Cypress
βœ… Internationalization with Transloco
βœ… Auto documentation with Compodoc
βœ… Provide component examples with Storybook
βœ… Analyse your project with source-map-explorer
βœ… Docker
βœ… ESLint
βœ… Prettier
βœ… Commit Linting
βœ… AuditJS Audit this application using Sonatype OSS Index
βœ… Auto-generate a CHANGELOG with auto-changelog

Deploy

Deploy

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

Docker Deployment

# Build Docker image
$ docker build . -t angular-starter

# Run Docker Container
$ docker run -p 3000:80 angular-starter
Enter fullscreen mode Exit fullscreen mode

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](https://github.com/webpack-contrib/webpack-bundle-analyzer)
- `npm run compodoc` - Generate [compodoc](https://github.com/compodoc/compodoc) documentation
- `npm run version` - Generate changelog
- `npm run prettier` - Format the whole project
- `npm run audit` - Audit this application using Sonatype OSS Index
Enter fullscreen mode Exit fullscreen mode

License

MIT License

Copyright (c) 2025 Wilfried Lucha

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

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (3)

Collapse
 
jangelodev profile image
JoΓ£o Angelo β€’

Hi wlucha,
Top, very nice and helpful !
Thanks for sharing.

Collapse
 
sm0ke profile image
Sm0ke β€’

Nice ...

Collapse
 
mark3721 profile image
William Taylor β€’

cool, thanks for your share