Skip to content

cockroachdb/social-events-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js with react-bootstrap example

License

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/LINK.

Deploy your own

Deploy with Vercel

How to use

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