- Nodejs
- npm install -g http-server
In a new terminal window
git clone https://github.com/SafeCodee/PBRest.git
cd PBRest
We have three branches:
- backdrop
- seat
- constraints_groups
git checkout [branchName]
cd server
npm install
node app
In a new terminal window
cd ../httpserver/
http-server -a localhost -p 3001
In a new terminal window
cd ../client/
http-server -a localhost -p 3002
Got to http://localhost:3002