Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 267 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 267 Bytes

TODOLIST app


/server - API (node.js + mongoDB)
/client - React

Usage

cd client 
yarn install 
yarn start

cd server
yarn install
yarn start

or 

cd client 
npm install 
npm run start

cd server
npm install
npm run start