/nextjs14-boilerplate

Starter kit for noobs like me :(

Primary LanguageTypeScript

Boilerplate for Nextjs 14 app using Tailwindcss and Shadcn/ui with PrismaORM

Requirement

Nodejs 18+ and NPM

Installation

First clone the project use NPM ( in my case ) to install the project

git clone https://github.com/tuon1602/nextjs14-boilerplate.git "Your app name"
cd "Your app name"
npm install
npm run dev

Build

I'm currently using docker for building, so you need to install docker app first then use these commands

docker build -t "Your app name" .
docker run -p 3000:3000 "Your app name"

Features

I will update this docs later, please support me <3