/ngx-admin

Angular10 starter with a strong architecture, best practices and following the angular style guide

Primary LanguageTypeScript

NgxAdmim (Angular 9)

The goal of this project is to provide a starter with strong architecture concepts, best practices and several Angular features. The sample relies on the Angular CLI to build the application.

Running the Application

  1. Install the latest LTS version of Node.js from https://nodejs.org.

  2. Install the Angular CLI: npm install -g @angular/cli

  3. Open the ngx-admin folder and run npm install

  4. Run ng serve -o in the ngx-admin folder to start the server and launch the app

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running tests

Run ng test to execute the unit tests via Karma.

Run ng e2e to execute the end-to-end tests via Protractor.

Sources