Simple card app created with Typescript Stack
- Mutiple Routes for each action.
- Local Backend Database
- You can View, Create, Update, Delete simple cards.
- React ⚛
- React Router DOM 🔀
- Tailwind CSS 🐦
- Fastify 🚀
- Prisma ORM 🅿
- SQLite ▪
The front end works in port 3000 and the backend works in the port 3001.
npm install
npm run prisma-setup
npm run start
npm install
npm run dev
To deploy a final build with static files:
npm run build
cd ./dist
npx serve -p 3000 -s