https://github.com/cockroachdb/social-events-app
https://github.com/cockroachdb/social-events-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cockroachdb/social-events-app
- Owner: cockroachdb
- License: apache-2.0
- Created: 2022-04-13T13:46:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T14:50:20.000Z (about 4 years ago)
- Last Synced: 2025-06-13T14:02:36.007Z (about 1 year ago)
- Language: JavaScript
- Homepage: social-events-app.vercel.app
- Size: 34.2 KB
- Stars: 3
- Watchers: 49
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js with react-bootstrap example
[](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
[](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)).