/ng-template

Angular project template

Primary LanguageCSS

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