A Boilerplate for NextJs + FlowbiteReact - This is an open source boilerplate made by Third Bracket which anyone can use without any credit.
- Ready to use flowbite react component
- Next.js App Directory
- Typescript custom type declaration
- Dynamic navigation links
- A site config file to easily customize
- SEO Optimization (using
next-seo
) - Proper use of SVG icons with
React SVGProps
andreact-icons
You can easily bootstrap your project with create-next-app
npx create-next-app --example https://github.com/sagarmusabbir/nomad-flowbite-react-next-starter nomad-flowbite-react-next-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
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.0-beta.6",
"next": "^14.1.3",
"react": "^18",
"react-dom": "^18"
- Simply go edit
site.ts
and change your site data. - Edit
next-seo.config.js
to change seo related data.
Deploy your project to Vercel or Netlify. You can directly deploy to vercel with the button bellow.
Project Link: nomad-flowbite-react-next-starter
- Musabbir Sagar @myLinkedIn
- 0.1
- Initial Release