To work with backend (which is created in node js, sqlite and prisma) you need to follow this post.
💻 Source code of frontend app
💻 Source code of this fullstack app
To create a react app you need to execute this command in terminal:
npm create vite@latest
It asks few things:
- Project name:
frontend
Note: Choose a meaninful name. Since it is part of my fullstack app, one directory is backend, so another one is going to be named frontend.











