https://github.com/dburles/parcel-react-base
📦 Parcel and ⚛️ React example/base starter app
https://github.com/dburles/parcel-react-base
nodejs parceljs react
Last synced: 8 months ago
JSON representation
📦 Parcel and ⚛️ React example/base starter app
- Host: GitHub
- URL: https://github.com/dburles/parcel-react-base
- Owner: dburles
- License: mit
- Created: 2017-12-06T09:24:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T23:49:55.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T09:10:38.519Z (9 months ago)
- Topics: nodejs, parceljs, react
- Language: JavaScript
- Homepage: https://parceljs.org/
- Size: 2.1 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parcel-react-base
An opinionated starter with the very latest Eslint and React configuration.
https://github.com/dburles/parcel-react-base
## Features
* [Parcel 2](https://parceljs.org/) 📦
* [Mystical](https://github.com/dburles/mystical) 🌌
* [Reach Router](https://reach.tech/router) ⛓
* [eslint-config-env](https://github.com/jaydenseric/eslint-config-env)
* Ensure nothing terrible ends up in your code with pre-commit linting via [lint-staged](https://github.com/okonet/lint-staged) and [husky](https://github.com/typicode/husky) 🚫💩
## Setup
`npm i`
`npm start` (development)
### License
MIT