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

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.

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
```