https://github.com/geektrovert/reparcel
Minimal React-Parcel starter template, ready to ship with Netlify and Vercel!
https://github.com/geektrovert/reparcel
netlify netlify-deployment netlify-template now now-sh nowsh parcel parcel-bundler parceljs react reactjs
Last synced: 18 days ago
JSON representation
Minimal React-Parcel starter template, ready to ship with Netlify and Vercel!
- Host: GitHub
- URL: https://github.com/geektrovert/reparcel
- Owner: Geektrovert
- License: gpl-3.0
- Created: 2020-03-21T12:27:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:29:28.000Z (over 2 years ago)
- Last Synced: 2025-04-11T19:22:34.725Z (18 days ago)
- Topics: netlify, netlify-deployment, netlify-template, now, now-sh, nowsh, parcel, parcel-bundler, parceljs, react, reactjs
- Language: JavaScript
- Homepage: https://reparcel.now.sh/
- Size: 1.88 MB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReParcel
React Parcel starter template, ready to ship with [Netlify](https://netlify.com/) and [Now](https://now.sh)!
## How to
### Installing dependencies
With yarn:
```bash
yarn
```Or with npm:
```bash
npm i -s
```### Running the code
With Yarn:
```bash
yarn start
```Or with npm:
```bash
npm start
```---
Made with  by [Samnan](https://github.com/Geektrovert)