JosephFC1995 / angular-design-init

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 42.0%Language:HTML 28.8%Language:SCSS 25.2%Language:JavaScript 4.0%