Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 255 Bytes

File metadata and controls

23 lines (19 loc) · 255 Bytes

get started

git clone https://github.com/mk48/fullstack-crud-react-node-postgresql.git

cd webclient
yarn
cd..
cd server
npm install

start server

cd server
SET DEBUG=server:* & npm start

start web

cd webclient
yarn start