Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)