TechGarage Prerequesite Install Node.js from nodejs.org Server Start server: cd project/server npm install ci npm install -g nodemon nodemon server Client Start Web server cd project/client npm install ci npm start