Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 640 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 640 Bytes

demonew

demo This is a demo project with NodeJs and Angular5. To run the project:

Make sure that you have node, npm and @angular/cli installed node -v npm -v to check your enviroment,if not there please install node first.

Using git clone to checkout the repo, and I sugguest to use http: git clone Or you can download it directly.

Go to the server folder to run the server first cd server npm install(if you have cnpm, using cnpm instad) npm start

I know you are successful..

Then go to the client folder: npm install npm start

OK, after you finish 1-4 and no error occurs, open to your browser and type in localhost:4200.

Enjoy!