Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Latest commit

 

History

History
48 lines (32 loc) · 1.06 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.06 KB

This repository is archived, please move to ng-seed-app

Angular Seed App

Seed project build with Angular, Font Awesome and ng-bootstrap .

Tech stack

  • typescript
  • angular
  • ng-bootstrap
  • font awesome
  • angular-cli

Usage

  1. Clone or fork this repository with git:

    git clone https://github.com/angular/ng-seed.git
  2. Install dependencies with npm:

    npm install
  3. Start with command

    npm start
  4. Create a build

    npm run build
  5. Happy coding!.

PS: the master branch use angular-cli .

  • if you want to use rollup to do aot build and tree shaking, please check out the rollup branch.
  • if you prefer to build with webpack, please check out the webpack branch.