项目作者: mdapper

项目描述 :
Introduction to Redux with React, Webpack, Babel and CSS Modules
高级语言: JavaScript
项目地址: git://github.com/mdapper/redux-intro.git
创建时间: 2017-02-11T19:38:16Z
项目社区:https://github.com/mdapper/redux-intro

开源协议:MIT License

下载


Redux with React, Webpack, Babel and CSS Modules

This is a basic project to study Redux.

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

Checkout this repo, install dependencies, then start the Webpack process with the following:

  1. > git clone https://github.com/mdapper/redux-intro.git
  2. > cd redux-intro
  3. > npm install
  4. > npm start

Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

  1. > npm install
  2. > npm start