codersteps / nextjs_full_stack_boilerplate

How To Set Up And Structure Your Full-Stack Next.Js Application

Home Page:https://codersteps.com/articles/how-to-set-up-and-structure-your-full-stack-next-js-application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

How To Set Up And Structure Your Full-Stack Next.Js Application

https://codersteps.com/articles/how-to-set-up-and-structure-your-full-stack-next-js-application


Languages

Language:TypeScript 94.8%Language:JavaScript 4.0%Language:Shell 0.8%Language:SCSS 0.4%