Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 716 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 716 Bytes

MultiUploadApp

This project was generated with Angular CLI version 1.0.0.

Build project

Run npm run go to build & run project. Navigate to http://localhost:4200/.

"go": "ng build && tsc && node dist/server.js"

Build angular sub-project

Run ng build to build angular sub-project. This will re-generate dist folder.

Build nodeJs sub-project

Run tsc to transpile server.ts & routes.ts. This will put transpiled files into dist folder

IHM

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.