The easiest way to deploy your Nextjs Flowbite-React app is to use the Vercel Platform from the creators of Next.js. Check out their Next.js deployment documentation for more details.
Similarly you can deploy to Netlify with their one click deployment button from here. You can browse their site deploy documentation
A Boilerplate for NextJs + FlowbiteReact - This is an open source boilerplate made by Third Bracket which anyone can use without any credit.
This is a Next.js project bootstrapped with create-next-app
.
npm create next app
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.0-beta.6",
"next": "^14.1.3",
"react": "^18",
"react-dom": "^18"
- Clone the repo and enter the directory
git clone https://github.com/sagarmusabbir/FlowbiteReact-NextJs-Boilerplate.git
cd FlowbiteReact-NextJs-Boilerplate
- Install NPM packages
npm install or yarn install
- Run project
npm run dev or yarn dev
Project Link: FlowbiteReact-NextJs-Boilerplate
- Musabbir Sagar @myLinkedIn
- 0.1
- Initial Release