Angular Boilerplate for new projects.
- Angular : 17.1.0
- Angular CLI : 17.1.0
- Angular SSR : 17.1.0
- Bootstrap : 5.3.0
- Fontawesome : 6.4.0
- Node v18+
- Angular v17.1.0+
- Angular 17
- 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
- Lazy Loading
- Server Side Rendering
- Progressive Web App
- Responsive Layout
- Search Engine Optimization (SEO)
- Atomic Design
- Template Driven Forms
# Clone the project
$ git clone https://github.com/Patryk-S-W/angular-boilerplate
$ cd angular-boilerplate
# Install dependencies
$ npm install
# Start server
$ npm run start
# Open in browser: http://localhost:4200
# Build Docker image
$ docker build . -t angular-boilerplate
# Run Docker Container
$ docker run -p 3000:80 angular-boilerplate
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 build:ssr
- Build the project with Server-Side Renderingnpm run analyze
- 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
MIT License
Copyright (c) 2024 Patryk Sadowski
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.