Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 559 Bytes

README.md

File metadata and controls

executable file
·
19 lines (13 loc) · 559 Bytes

About

A Next.js full-stack boilerplate with TypeScript, Tailwind CSS, and Prisma.js for your future full-stack apps.

Tasks

  • Create a new Next.js app
  • Install and configure Tailwind CSS
  • Set up Typesafe environment variables
  • Set up Prisma.js
  • Automatize Next.js api handlers and Structure next.js api handlers
  • Setup Next.js api hello world middleware
  • Set up hello world MOBX store (under review)

Notes

Don't forget to run: cp .env.example .env

Soon the related article will be published at codersteps.com