• Stars
    star
    249
  • Rank 162,987 (Top 4 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 4 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿš€ Angular 17 Starter with Storybook, Transloco, Jest, Cypress, Docker, ESLint, Material & Prettier ๐Ÿš€

81993396-d5142b00-9645-11ea-995f-98342b7d5c8f

The Angular starter / boilerplate project to start a new enterprise project.

โœ… Angular 16
โœ… Angular Material
โœ… Unit Testing with Jest
โœ… End-to-End Testing with TestCafรฉ
โœ… 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


Angular16 Build MIT Quality Gate Status Docker Pulls Docker Image Size (latest by date) StackShare

Deploy

Deploy

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 version - Generate changelog
  • npm run prettier - Format the whole project
  • npm run audit - Audit this application using Sonatype OSS Index

License

MIT License

Copyright (c) 2023 Wilfried Lucha

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.