rodolfoestevam / cofco-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cofco Starter based on NgxAdmim (Angular 10)

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

About


Languages

Language:TypeScript 59.5%Language:HTML 24.0%Language:CSS 15.2%Language:JavaScript 1.3%