Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 414 Bytes

AngularWithExpress

This project was generated with Angular CLI version 1.7.4.

Description

This project can be used as a boiler plate to for angular application with express in Typescript.

How to Run

run below commands

npm install

gulp StartServer

This should start the express server at port 3000 and serve the angular application at port 4200