https://github.com/kingrayhan/parcel-react
📦 🚀 A minimal React.js boilerplate project with parcel as bundler.
https://github.com/kingrayhan/parcel-react
parcel parcel-bundler parcel-react parceljs react
Last synced: 28 days ago
JSON representation
📦 🚀 A minimal React.js boilerplate project with parcel as bundler.
- Host: GitHub
- URL: https://github.com/kingrayhan/parcel-react
- Owner: kingRayhan
- Created: 2018-11-08T06:57:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T07:57:32.000Z (over 7 years ago)
- Last Synced: 2025-10-10T16:41:33.813Z (7 months ago)
- Topics: parcel, parcel-bundler, parcel-react, parceljs, react
- Language: CSS
- Size: 137 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

# parcel-react
A minimal React boilerplate with [parcel as bundler](https://parceljs.org/)
## Installation
```git
git clone https://github.com/kingRayhan/parcel-react.git
cd parcel-react
npm install
npm start
```
**Build project**
```git
npm run build
```