https://github.com/rwieruch/parcel-react
📦🚀 A minimal React.js boilerplate project with parcel as bundler.
https://github.com/rwieruch/parcel-react
parcel react react-boilerplate reactjs reactjs-boilerplate
Last synced: 7 days ago
JSON representation
📦🚀 A minimal React.js boilerplate project with parcel as bundler.
- Host: GitHub
- URL: https://github.com/rwieruch/parcel-react
- Owner: rwieruch
- Created: 2017-12-06T05:17:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T23:21:35.000Z (about 1 year ago)
- Last Synced: 2025-04-11T11:04:16.303Z (11 days ago)
- Topics: parcel, react, react-boilerplate, reactjs, reactjs-boilerplate
- Language: JavaScript
- Homepage: https://www.robinwieruch.de/parcel-react-setup/
- Size: 123 KB
- Stars: 71
- Watchers: 6
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# parcel-react
[](https://slack-the-road-to-learn-react.wieruch.com/)
A minimal React.js boilerplate with [parcel as bundler](https://github.com/parcel-bundler/parcel). Parcel is an alternative web application bundler to Webpack. Read more about it: [Getting started with React and Parcel](https://www.robinwieruch.de/parcel-react-setup/).
## Installation
* `git clone [email protected]:rwieruch/parcel-react.git`
* `cd parcel-react`
* `npm install`
* `npm start`