This project is in-class practice, which use Node.js and Express framework to demonstrate how server-side response requset from client-side.
- You need latest version of Node.js and Express as working envirment.
- Open your terminal
- To check your current version run
node -v
.
- To check your current version run
- If you have the latest version, you need A clone of this repo
- To get the repo you need to run
git clone ->copy of the url<-
.
- To get the repo you need to run
- Once you have the repo locally, get into the folder where contain it.
- Using
npm start
to run the server locally. - Open your browser enter
localhost:5777
to view the project.