Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostspb/bootstrap_nextjs_example
https://github.com/frostspb/bootstrap_nextjs_example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/frostspb/bootstrap_nextjs_example
- Owner: frostspb
- Created: 2018-07-23T16:40:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:24:28.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T02:56:52.441Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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.gitcd 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