Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

A Yeoman generator to gen React app with Parcel

Notifications You must be signed in to change notification settings

sipmann/generator-parcel-react

Repository files navigation

Generator Parcel React

Just a Yeoman generator to get started with ⚛️ react, 📦 parcel, redux and typescript (if u want).

Usage

First install Yeoman and then this package. Run the yo generator inside the desired folder and have fun :);

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

#run the generator
yo parcel-react 

Status

Codeship Status for sipmann/generator-parcel-react dependencies Status Downloads Coverage Status

Todos

  • Better tests... really
  • React Router
  • SASS
  • Typescript
  • Redux
  • Some kind of linting

Testing

Just run mocha :)

mocha