Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwhirring/parcel-simple-demo
a simple demo about parcel
https://github.com/bwhirring/parcel-simple-demo
js parcel-bundler react
Last synced: 7 days ago
JSON representation
a simple demo about parcel
- Host: GitHub
- URL: https://github.com/bwhirring/parcel-simple-demo
- Owner: bWhirring
- Created: 2017-12-25T08:19:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T08:35:03.000Z (about 7 years ago)
- Last Synced: 2024-11-07T19:20:27.423Z (about 2 months ago)
- Topics: js, parcel-bundler, react
- Language: HTML
- Size: 183 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###parcel-simple-demo
install dependencies
```
yarn install
```run app ([http://localhost:1234/](http://localhost:1234/))
```
parcel index.html
```parcel website
[http://www.parceljs.io/](http://www.parceljs.io/)