Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telesyk/sample-bootstrap-parcel
https://github.com/telesyk/sample-bootstrap-parcel
bootstrap parcel
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/telesyk/sample-bootstrap-parcel
- Owner: telesyk
- Created: 2022-10-14T10:01:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T15:16:29.000Z (almost 2 years ago)
- Last Synced: 2023-11-07T00:23:57.129Z (about 1 year ago)
- Topics: bootstrap, parcel
- Language: HTML
- Homepage:
- Size: 267 KB
- Stars: 0
- Watchers: 1
- 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
```