https://github.com/telesyk/sample-bootstrap-parcel
https://github.com/telesyk/sample-bootstrap-parcel
bootstrap parcel
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/telesyk/sample-bootstrap-parcel
- Owner: telesyk
- Created: 2022-10-14T10:01:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T15:16:29.000Z (over 3 years ago)
- Last Synced: 2025-01-01T05:44:45.640Z (over 1 year ago)
- Topics: bootstrap, parcel
- Language: HTML
- Homepage:
- Size: 267 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap w/ Parcel
Include [Bootstrap](https://getbootstrap.com)'s source Sass and individual JavaScript plugins with [Parcel](https://parceljs.org).
## Edit in browser
_Unfortunately, Parcel does not support StackBlitz, so you'll have to clone this project to use it._
## How to use
```sh
git clone https://github.com/twbs/examples.git
cd examples/parcel/
npm install
npm start
```