https://github.com/frostspb/bootstrap_nextjs_example
https://github.com/frostspb/bootstrap_nextjs_example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frostspb/bootstrap_nextjs_example
- Owner: frostspb
- Created: 2018-07-23T16:40:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:24:28.000Z (over 2 years ago)
- Last Synced: 2024-12-31T14:45:01.162Z (7 months ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- 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