A meditation app for calming the soul in this busy world.
Frontend: Typescript, Reactjs, React-Redux, Redux-Toolkit, Tailwind, DaisyUI
Backend: Node, Express, NextJs, Prisma, SQLite
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install | Installs dependencies |
npx prisma migrate dev --name init | Create and seed the database(backend) |
npm run dev | Starts local dev server at localhost:8000 |
| Command | Action |
|---|---|
npm install | Installs dependencies |
npm run dev | Starts local dev server at localhost:5000 |
npm run build | Build your production site to ./dist/ |
npm run preview | Preview your build locally, before deploying |


