GitXplorerGitXplorer
S

react-redux-antd-starter-kit

public
11 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
1430f1462b3dcec66e359bb0657a9b45dbcb4c22

Add .babelre file

SSDLyu committed 9 years ago
Unverified
00b6f09e9810e071d7659d1b256510484f0a5993

Update package.json

SSDLyu committed 9 years ago
Unverified
6e74d7b3cbe0f086f1c503aa0aff8ec3f92e9481

Complete function of uploading avatar, editing checkin content and uploading checkin photo

SSDLyu committed 9 years ago
Unverified
28409c487f0041f8702c3a050bac8d584f40bfa3

Upload avatar image and add test case

SSDLyu committed 9 years ago
Unverified
76a80e01af74af0079eb42de870e5bdfe4778b85

Fix bug of Cannot resolve module 'react/lib/ExecutionEnvironment'

SSDLyu committed 9 years ago
Unverified
8c2c1e35dac82e92e6fcabf09b7794a73d92c4e4

Add function of getting near checkins

SSDLyu committed 9 years ago

README

The README file for this repository.

README

Getting Started

Just clone the repo and install the necessary node modules:

$ git clone git@github.com:SDLyu/react-redux-antd-starter-kit.git
$ cd react-redux-antd-starter-kit
$ npm install                   # Install Node modules listed in ./package.json (may take a while the first time)
$ npm run start                 # Compile and launch

Then open http://localhost:3000