Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 234 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 234 Bytes

sandbox

trying react server side, node express, mongoDB/redis

develop

npm i
sudo mongod
redis-server
npm run dev

production

npm i
sudo mongod
redis-server
npm run start

Open in browser http://localhost:4004