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

https://github.com/rexlow/parcel-preact-x

Parcel Preact-X Boilerplate
https://github.com/rexlow/parcel-preact-x

parcel preact preact-x react reactjs

Last synced: 3 months ago
JSON representation

Parcel Preact-X Boilerplate

Awesome Lists containing this project

README

        

# Parcel Preact-X Boilerplate

I was consistently running into issues with the official `preact-cli` when upgrading to `preact-X`. Ergo, I have created a boilerplate to make my life easier. Feel free to use and pull requests are welcome!

## To Run

```
git clone https://github.com/rexlow/Parcel-Preact-X.git

cd Parcel-Preact-X && npm install

npm start
```