- React / Nextjs
- Apollo Graphql Server
- Prisma (Data layer)
- Tailwind.css
git clone https://github.com/saratonite/bento.git
npm
npm install
yarn
yarn install
To initial prisma client generation and migrations
npm
npm run setup
yarn
yarn setup
npm
npm run dev
yarn
yarn dev
npm
npm run build
yarn
yarn build
First build the app then run start script npm
npm start
yarn
yarn start
- GraphQL Server
- GraphQL Client Query
- Basic UI Layout
- Prisma setup
- GraphQL Client Mutation (Form submittion)
- Sample Todo page
- Prettier code format