/generator-react-parcel

React web app generator using the Parcel bundler

Primary LanguageJavaScriptMIT LicenseMIT

generator-react-parcel NPM version Build Status Dependency Status Coverage percentage

React web app generator using the Parcel bundler

Features

The generator includes some technologies I found really nice when working on single-page web apps:

  • ⚛️ React – a simple & performant JS framework used by Facebook, Netflix, AirBnB, …
  • 📦 Parcel – a fast zero-config bundler with Babel, PostCSS, hot module replacement & lots more
  • 🎛 Rematch – TODO

Installation

First, install Yeoman and generator-react-parcel using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-react-parcel

Then generate your new project:

yo react-parcel

License

MIT © Dražen Lučanin