An open API service indexing awesome lists of open source software.

https://github.com/sagarmusabbir/thirdbracket-flowbite-next.js-saas-landing

Nextjs-14 Flowbite-React Starter | Saas Landing | NomadGang
https://github.com/sagarmusabbir/thirdbracket-flowbite-next.js-saas-landing

flowbite flowbite-nextjs flowbite-react nextjs-boilerplate nextjs-flowbite nextjs-flowbite-starter nextjs-landing-page nextjs-starter nextjs-starter-landing nextjs-starter-saas

Last synced: 12 months ago
JSON representation

Nextjs-14 Flowbite-React Starter | Saas Landing | NomadGang

Awesome Lists containing this project

README

          

![Website](https://img.shields.io/website?url=https%3A%2F%2Fnext-flowbite-react.vercel.app%2F&style=flat-square&label=Demo&labelColor=white)
![GitHub License](https://img.shields.io/github/license/sagarmusabbir/next-flowbite-react?style=flat-square&label=License&labelColor=white)
![NPM Version](https://img.shields.io/npm/v/flowbite?style=flat-square&label=Flowbite&labelColor=white)
![NPM Version](https://img.shields.io/npm/v/flowbite-react?style=flat-square&label=Flowbite-React&labelColor=white)
![NPM Version](https://img.shields.io/npm/v/tailwindcss?style=flat-square&label=Tailwind&labelColor=white)
![NPM Version](https://img.shields.io/npm/v/next?style=flat-square&label=Next.js&labelColor=white&color=%231e293b)
![GitHub Release](https://img.shields.io/github/v/release/sagarmusabbir/next-flowbite-react?style=flat-square&label=Release&labelColor=white)

![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/MusabbirSagar?label=Follow)

## Deploy

The easiest way to deploy your Nextjs Flowbite-React app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out their [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fnext.js%2Ftree%2Fcanary%2Fexamples%2Fhello-world)

Similarly you can deploy to [Netlify](https://netlify.com) with their one click deployment button from here. You can browse their [site deploy documentation](https://nextjs.org/docs/deployment)

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/netlify-statuskit)

### Built With







## Description

A Boilerplate for NextJs + FlowbiteReact - This is an open source boilerplate made by [Third Bracket](https://www.thirdbracket.co.uk/) which anyone can use without any credit.

## Getting Started

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

```
npm create next app
```

### Depedencies

```bash
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.0-beta.6",
"next": "^14.1.3",
"react": "^18",
"react-dom": "^18"
```

### Installing

1. Clone the repo and enter the directory

```sh
git clone https://github.com/sagarmusabbir/FlowbiteReact-NextJs-Boilerplate.git
cd FlowbiteReact-NextJs-Boilerplate
```

2. Install NPM packages

```sh
npm install or yarn install
```

3. Run project

```sh
npm run dev or yarn dev
```

## Contact

sagarmusabbir@gmail.com

Project Link: [FlowbiteReact-NextJs-Boilerplate](https://github.com/sagarmusabbir/FlowbiteReact-NextJs-Boilerplate)

## Authors

1. Musabbir Sagar [@myLinkedIn](https://www.linkedin.com/in/musabbirsagar/)

## Version History

- 0.1
- Initial Release

## Acknowledgements

- [TailwindCss](https://www.tailwindcss.com)
- [Next Documentation](https://nextjs.org/docs)
- [Flowbite React Documentation](https://www.flowbite-react.com/docs/getting-started/introduction)
- [Flowbite Documentation](https://flowbite.com/docs/getting-started/introduction/)