/parcel-boilerplate

React/redux boilerplate using parcel-bundler

Primary LanguageJavaScript

Description

This is a boilerplate project for quickly setting up a react/redux app using parcel-bundler

Usage

  1. yarn start starts parcel and runs dev server on :1234
  2. yarn tdd starts jest in watch mode
  3. yarn test starts jest in single run mode
  4. yarn lint runs eslint against all /jsx?/ files
  5. yarn clone <name> clones this project into ../<name>