This CockroachDB sample application shows how to use Next.js along with react-bootstrap. The full instructions are available via https://www.cockroachlabs.com/blog/tutorial-nextjs-vercel-cockroachdb/.
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-react-bootstrap with-react-bootstrap-app
# or
yarn create next-app --example with-react-bootstrap with-react-bootstrap-app
# or
pnpm create next-app -- --example with-react-bootstrap with-react-bootstrap-app
Deploy it to the cloud with Vercel (Documentation).