Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 178 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 178 Bytes

Scripts

"start": "node server",
"server": "nodemon server",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""