tuon1602 / nextjs14-boilerplate

Starter kit for noobs like me :(

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Starter kit for noobs like me :(


Languages

Language:TypeScript 85.3%Language:JavaScript 10.0%Language:CSS 3.2%Language:Dockerfile 1.5%