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
- Host: GitHub
- URL: https://github.com/sagarmusabbir/nomad-flowbite-react-next.js-property-landing
- Owner: sagarmusabbir
- Created: 2024-07-15T03:02:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T14:01:52.000Z (almost 2 years ago)
- Last Synced: 2025-12-27T08:24:29.318Z (6 months ago)
- Topics: nextjs-flowbite-property-landing, nextjs-flowbite-react-boilerplate, nextjs-flowbite-react-starter, nextjs-flowbite-starter, nextjs-property-landing-template, nextjs14-flowbite-react-starter
- Language: TypeScript
- Homepage: https://nomad-flowbite-property-landing.netlify.app/
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flowbite-React-NextJs Starter
[
](https://nomad-flowbite-react-next-starter.vercel.app/)
### 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.
## 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/)