https://github.com/serayuzgur/parceljs-example
An example for parceljs, preact/react usage.
https://github.com/serayuzgur/parceljs-example
parcel parcel-bundler parceljs preact
Last synced: 3 months ago
JSON representation
An example for parceljs, preact/react usage.
- Host: GitHub
- URL: https://github.com/serayuzgur/parceljs-example
- Owner: serayuzgur
- License: mit
- Created: 2018-01-28T16:28:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T16:38:06.000Z (over 7 years ago)
- Last Synced: 2025-01-20T00:47:51.167Z (5 months ago)
- Topics: parcel, parcel-bundler, parceljs, preact
- Language: HTML
- Size: 39.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ParcelJS Example
This example aims to provide an example for the parcel-preact combination.
Since 0 configuration is a lie for the real world examples, it is nice to have a place to look.Please feel free to send me PRs if necessary.
## Installing
```bash
yarn install
```
or
```bash
npm install
```## Running
```bash
yarn start
```
or
```bash
npm start
```