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
- Host: GitHub
- URL: https://github.com/rexlow/parcel-preact-x
- Owner: rexlow
- License: mit
- Created: 2019-08-20T07:10:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T07:16:52.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T11:23:48.984Z (4 months ago)
- Topics: parcel, preact, preact-x, react, reactjs
- Language: CSS
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitcd Parcel-Preact-X && npm install
npm start
```