https://github.com/damassi/parcel-example
Taking Parcel Bundler for a spin
https://github.com/damassi/parcel-example
Last synced: about 1 year ago
JSON representation
Taking Parcel Bundler for a spin
- Host: GitHub
- URL: https://github.com/damassi/parcel-example
- Owner: damassi
- Created: 2018-01-26T06:46:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T07:40:42.000Z (over 8 years ago)
- Last Synced: 2025-02-07T12:35:27.412Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parcel-example
Taking [Parcel Bundler](https://parceljs.org/) for a spin
```
git clone https://github.com/damassi/parcel-example.git
cd parcel-example
yarn install
yarn start
```