Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 248 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 248 Bytes

get started

git clone https://github.com/coolsingh123/fullstack-react-node.git

cd webclient
yarn
cd..
cd server
npm install

start server

cd server
SET DEBUG=server:* & npm start

start web

cd webclient
yarn start