react-assignment

Install

// install globals
npm install -g yarn yo generator-react-up

// install deps
yarn

CLI

// Dev server with HMR
yarn start

// Production Build
yarn build

// Watch test folders
yarn test

// Project test coverage
yarn coverage

// Lint files
yarn precommit

Generators

// Create React component
yo react-up <ComponentName> class

// Create Redux module
yo react-up <ModuleName> module

// Create Redux container
yo react-up <ContainerName> container

This project was bootstrapped with Create React App.