Skip to content

codersteps/nextjs_full_stack_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4172cbc · Jul 18, 2022

History

1 Commit
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022

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