

GitHub - wlucha/angular-starter: Angular 13 Starter with ESLint, Material, Trans...
source link: https://github.com/wlucha/angular-starter
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

The Angular starter / boilerplate project to start a new enterprise project.
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
AuditJS Audit this application using Sonatype OSS Index
Auto-generate a CHANGELOG with auto-changelog
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
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 appnpm run lint
- Lint the projectnpm run test
- Run unit testsnpm run build
- Build the projectnpm run build:prod
- Build the project in production modenpm run build:prod:stats
- Build the project in product mode with statsnpm run analyse
- Analyse bundle with webpack-bundle-analyzernpm run compodoc
- Generate compodoc documentationnpm run version
- Generate changelognpm run prettier
- Format the whole projectnpm run audit
- Audit this application using Sonatype OSS Index
License
MIT License
Copyright (c) 2021 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.
Recommend
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK