Quick start

# clone the repo
git clone https://github.com/JosephFC1995/angular-design-init

# change directory
cd angular-design-init

# install the repo with npm
npm install

# start the server
npm start

in your browser go to http://localhost:4200

Getting Started

Installation

  • npm install (installing dependencies)
  • npm outdated (verifying dependencies)

Development

Production

  • npm run build

Tests

  • npm run lint
  • npm run test
  • npm run e2e