- Install Node.js from nodejs.org
- Clone this repository to your computer
cd slp-1/server
npm install
- Install server dependenciesnpm start
- Start the servercd ../client
npm install
- Install client dependenciesnpm start
- Start the client- Open
localhost:3000
in your web browser