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

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.

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
```