Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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)