This is a notes app with react
- install all packages using
npm installandnpm install --prefix frontend - to run the backend run this command
npm run dev - to run the frontend run this command
npm run dev --prefix frontend - check the
.env.examplefile to now which environment variables you need to set