An open API service indexing awesome lists of open source software.

https://github.com/cockroachdb/social-events-app


https://github.com/cockroachdb/social-events-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Next.js with react-bootstrap example

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

This CockroachDB sample application shows how to use Next.js along with [react-bootstrap](https://react-bootstrap.github.io/). The full instructions are available via [https://www.cockroachlabs.com/blog/LINK](https://www.cockroachlabs.com/blog/LINK).

## Deploy your own

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Faydrian%2Fsocial-events-app&env=DATABASE_URL,CERT)

## How to use

Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:

```bash
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](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).