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

https://github.com/rwieruch/parcel-react

📦🚀 A minimal React.js boilerplate project with parcel as bundler.
https://github.com/rwieruch/parcel-react

parcel react react-boilerplate reactjs reactjs-boilerplate

Last synced: 7 days ago
JSON representation

📦🚀 A minimal React.js boilerplate project with parcel as bundler.

Awesome Lists containing this project

README

        

# parcel-react

[![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)

A minimal React.js boilerplate with [parcel as bundler](https://github.com/parcel-bundler/parcel). Parcel is an alternative web application bundler to Webpack. Read more about it: [Getting started with React and Parcel](https://www.robinwieruch.de/parcel-react-setup/).

## Installation

* `git clone [email protected]:rwieruch/parcel-react.git`
* `cd parcel-react`
* `npm install`
* `npm start`