Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.25 KB

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