PhilippMeissner / ng9-boilerplate

An angular 9 project with most commonly used features to use when starting a fresh project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 9 Boilerplate app

Build and tests Netlify Status

Features

  • routing
  • lazy loading
  • feature-modules
  • angular material
  • loading indicator (initial loading, requests and lazy-loaded modules)
  • github actions for CI
  • auto deployment to netlify (https://angular-9-boilerplate.netlify.com/)
  • state management
  • user management
  • i18n

Get Started

Run yarn install to get up and running with all dependencies.

Development server

Run yarn run dev for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run yarn run build to build the project. The build artifacts will be stored in the dist/ directory. Run yarn run build:prod for a production build.

Running tests

Run yarn run test to execute the unit tests via Karma.

About

An angular 9 project with most commonly used features to use when starting a fresh project

License:MIT License


Languages

Language:TypeScript 74.1%Language:JavaScript 11.7%Language:CSS 8.2%Language:HTML 6.0%