- First go into the back end directory:
cd back-end
- Run the backend server:
npm run start
OR
npm run dev (using nodemon!)
-
Then CD into the front-end
cd ../cd study-buddy-front-end/ -
Run the React App
npm run start
or
npm start
| Name | Name | Last commit date | ||
|---|---|---|---|---|
cd back-end
npm run start
OR
npm run dev (using nodemon!)
Then CD into the front-end
cd ../
cd study-buddy-front-end/
Run the React App
npm run start
or
npm start