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

https://github.com/sagarmusabbir/nomad-flowbite-react-next.js-property-landing


https://github.com/sagarmusabbir/nomad-flowbite-react-next.js-property-landing

nextjs-flowbite-property-landing nextjs-flowbite-react-boilerplate nextjs-flowbite-react-starter nextjs-flowbite-starter nextjs-property-landing-template nextjs14-flowbite-react-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flowbite-React-NextJs Starter

[![Preview](https://raw.githubusercontent.com/sagarmusabbir/nomad-flowbite-react-next-starter/main/public/sssmall.png)
](https://nomad-flowbite-react-next-starter.vercel.app/)

Deploy with Vercel

### Built With

- [Next JS](https://nextjs.org/)
- [Flowbite-react](https://www.flowbite-react.com/)

## 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.

## Features

1. Ready to use flowbite react component
2. Next.js App Directory
3. Typescript custom type declaration
4. Dynamic navigation links
5. A site config file to easily customize
6. SEO Optimization (using `next-seo`)
7. Proper use of SVG icons with `React SVGProps` and `react-icons`

## Getting Started

You can easily bootstrap your project with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app)

```
npx create-next-app --example https://github.com/sagarmusabbir/nomad-flowbite-react-next.js-starter nomad-flowbite-react-next.js-starter
```

Follow the inline command until the project is ready. After that go to your project directory and run local server.

```
cd nomad-flowbite-react-next-starter
npm run dev
```

### Depedencies

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

### Customize

1. Simply go edit `site.ts` and change your site data.
2. Edit `next-seo.config.js` to change seo related data.

### Deploy

Deploy your project to Vercel or Netlify. You can directly deploy to vercel with the button bellow.

Deploy with Vercel

## Contact

sagarmusabbir@gmail.com

Project Link: [nomad-flowbite-react-next-starter](https://github.com/sagarmusabbir/nomad-flowbite-react-next-starter)

## 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/)