Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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:





Next.js + Bootstrap




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