Skip to content

perryraskin/nextjs-tailwindcss-starter

Repository files navigation

Next.js & Tailwind CSS Starter

A super simple boilerplate for your Next.js web app built with TypeScript, NextJS, React, and TailwindCSS.

Technologies

Hit the Star button if you love this project ⭐️

Usage

Prisma

Connect your database and update your .env file within the prisma directory.

Magic

Rename the .env.example file to .env. Then, Sign up for Magic and fill in your MAGIC_PUBLIC_KEY and MAGIC_PRIVATE_KEY.

Running Locally

Install dependencies

npm install

For development

npm run dev

For production

npm run build
npm start