Skip to content

codersteps/nextjs_full_stack_boilerplate

Repository files navigation

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