React App Boilerplate using Redux Store and Parcel Bundler

A fast way to start creating awesome React apps, with a simple and elegant architecture.

Includes

  • React for scripting
  • Redux for storing
  • Parcel for bundling
  • Lodash to make life easy
  • PostCSS + SCSS for styling
  • Mocha for Testing

Lets start!

  1. Clone Repo

    git clone https://github.com/sbayd/react-parcel-boilerplate.git

  2. Install Dependencies

    yarn install or npm install

  3. Run!

    yarn start or npm run start

You can always contact me via sbayd06@gmail.com