project-productive

mac/linux

navigate to a directory where you want to store project files

git clone https://github.com/isaacmg00/project-productive
cd project-productive
cd client
npm install
npm i react-scripts

start the react app dev server. make sure you're in the client/ directory

npm start

start the backend (not required to run react). make sure you're in the server/ directory this time

npm start