/react-webpack-starter

Primary LanguageTypeScriptMIT LicenseMIT

react-webpack-starter

Simple TypeScript & React & Redux & webpack starter

dependencies Status devDependencies Status

Features

  1. TypeScript
  2. React
  3. Redux
  4. Redux-observable
  5. RxJS
  6. Redux connected router

Usage

  1. Clone this repository to your new project directory.
git clone git@github.com:devfive/react-webpack-starter.git your-new-project-directory
cd your-new-project-directory
  1. Remove .git directory
rm -rf .git
  1. Initialize new git repository
git init
  1. Start your exciting project!

Development

npm run dev

Building

npm run build

Testing

npm run test