Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxro/next-js-react-bootstrap
Getting started with Next js and React Bootstrap
https://github.com/mxro/next-js-react-bootstrap
Last synced: about 2 months ago
JSON representation
Getting started with Next js and React Bootstrap
- Host: GitHub
- URL: https://github.com/mxro/next-js-react-bootstrap
- Owner: mxro
- Created: 2020-03-05T20:37:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T20:05:46.000Z (about 1 year ago)
- Last Synced: 2023-10-26T21:24:51.453Z (about 1 year ago)
- Language: JavaScript
- Size: 307 KB
- Stars: 12
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Update**: For a _frequently updated_ version of a Next.js and Bootstrap template, please see my open source [Next.js + Bootstrap](https://goldstack.party/templates/nextjs-bootstrap) template on Goldstack:
Or check out the [Next.js + Bootstrap boilerplate](https://github.com/goldstack/nextjs-bootstrap-boilerplate) to browse and clone the source code.
---
# Next Js React Bootstrap
Small project demonstrating the using Next.js with React Bootstrap.
To get started, first install dependencies:
```
yarn
```And then run in development mode:
```
yarn dev
```Also see this blog post: [Next.js with Bootstrap Getting Started](https://maxrohde.com/2020/03/06/next-js-with-bootstrap-getting-started/).