Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 577 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 577 Bytes

Sample of a single page application I developed for a company in the taxiway signs sector. No backend provided.

Prerequisites

This project requires **node >=v6.9.0 and npm >=3.

Install the dependencies

Navigate to the project folder and run:

npm i

Run the application

Development mode

Navigate to the project folder and run:

ng serve

and visit http://localhost:4200/

Production mode

Navigate to the project folder and run:

ng build --prod

then run:

node server.js

Usage

Leave the login form fields blank.