- You will need to install npm packages after clone:
npm install
. - Create a
.env
file in the root directory, with the following keys:NODE_ENV=<environment mode>
PORT=<some port>
JWT_SECRET=<some secret>
- Start a dev server with
npm run server
Build an Expense Tracker | React Hooks & Context API
https://www.youtube.com/watch?v=XuFDcZABiDQ
and
Node.js & Express API | Expense Tracker - Part 2 (MERN)