Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.11 KB

React Redux Starter for webpack 2

This starter kit is base on davezuko's see more: react-redux-starter-kit

Table of Contents

  1. Features
  2. Requirements
  3. Getting Started

Features

Requirements

  • node ^4.5.0
  • yarn ^0.21.3 or npm ^3.0.0

Getting Started

$ git clone https://github.com/shengnian/webpack2-react-redux-starter.git <my-project-name>
$ cd <my-project-name>
$ yarn install    # Install project dependencies
$ yarn start      # Compile and launch (same as `npm start`). The default is: http://localhost:4444.
$ yarn run electron # Compile and launch electron