Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 534 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 534 Bytes

parcel-react

Slack

A minimal React.js boilerplate with parcel as bundler. Parcel is an alternative web application bundler to Webpack. Read more about it: Getting started with React and Parcel.

Installation

  • git clone git@github.com:rwieruch/parcel-react.git
  • cd parcel-react
  • npm install
  • npm start