Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:29:28.000Z (about 2 years ago)
- Last Synced: 2023-08-05T12:52:16.448Z (over 1 year 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: 7
- Watchers: 1
- 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 ![coffee](/src/static/cafe-outline.svg) by [Samnan](https://github.com/Geektrovert)