React web app generator using the Parcel bundler
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
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
MIT © Dražen Lučanin