- Node.js Express backend:
backend/server.js
- Vanilla JS frontend:
frontend/vanilla
- ReactJS frontend:
frontend/reactjs
- Vanilla JS frontend
- run
npm install
- run
- React JS frontend
- run
npm install
to install server dependencies - run
cd frontend/reactjs/
- run
npm install
to install React frontend dependencies
- run
- Vanilla JS frontend
npm run vanilla
- React JS frontend
npm run react