Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frostspb/bootstrap_nextjs_example


https://github.com/frostspb/bootstrap_nextjs_example

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# bootsrap_nextjs_example
**Example of integration Bootstrap 4 and Next.js**

*Usage:*

```bash
git clone https://github.com/frostspb/bootsrap_nextjs_example.git

cd bootsrap_nextjs_example

npm install

npm run dev
```

Pay attention to the files:

*next.config.js* - contains config of CSS Loader

*_document.js* - contains compiled styles

and the line

```javascript
"import 'bootstrap/dist/css/bootstrap.min.css';"
```
in layouts/main.js