Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.08 KB

README_en.md

File metadata and controls

42 lines (27 loc) · 1.08 KB

This repo is a boilerplate for webpack + react + react-router + redux + es6 + antd + react-intl project. You could use it as a base to build your own web app.

Requirements

First you'll need Node.js and the package manager that comes with it: npm.

Once you've got that working, head to the command line where we'll set up our project.

Usage

First, clone the repo and install the dependencies.

git clone https://github.com/lidaguang1989/react-boilerplate.git
cd react-boilerplate
npm install
npm start

Now open up http://localhost:3000

Dependencies

Resources