Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 398 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 398 Bytes

Angular1.6.8-Node.js

Create simple project using angular 1.6.8 and Node

Install gulp-cli : npm install -g gulp-cli

Install http-server npm install -g http-server

Run npm install

Open git bash and run gulp // compiles project files

Open another git bash and run http-server //start server for client

Open one more git bash and run: npm run start //starts node server