This is a playground project consisting of a frontend (React) and a backend (Node.js/Express) apps for deployment training.
Make sure you have the following installed:
- Node.js
- npm (comes with Node.js)
cd frontend
npm install
npm startcd backend
npm install
node index.js