- ReactJS
- NodeJS
- ExpressJS
- Run Backend:
cd backend/
npm install
npm start
- Run React Frontend:
cd frontend
npm install
npm start
Navigate to http://localhost:3000/ in your browser.
cd backend/
npm install
npm start
cd frontend
npm install
npm start
Navigate to http://localhost:3000/ in your browser.