nazimboudeffa / boilerplate-nextjs-shadcn

Home Page:https://boilerplate-nextjs-shadcn.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplate Next.js

Introduction · Features · Local Development · Tech Stack · Contributing


Introduction

A ready to use boilerplate for Next.js developers to build open-source SaaS.

Features

  • Basic compoentns like Header, Hero Section, Footer
  • Basic pages like About, Pricing, TOS, Privacy Policy
  • And more ...

Local Development

To develop your SaaS locally, you will need to clone this repository and set up all the env vars outlined in the .env.example file

Once that's done, you can use the following commands to run the app locally:

npm i
npm run dev

Tech Stack

Contributing

Here's how you can contribute:

  • Open an issue if you believe you've encountered a bug.
  • Make a pull request to add new features/make quality-of-life improvements/fix bugs.

About

https://boilerplate-nextjs-shadcn.vercel.app


Languages

Language:TypeScript 83.1%Language:JavaScript 10.0%Language:CSS 6.9%