Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

AlexRudol/ng-template

Repository files navigation

ng-template

Angular template project.

Features

Prerequirements

node, npm

Set up

    npm i

Run

To run dev server on http://localhost:1111:

    npm start

To build project to ./dist:

    npm run build