/react-redux-example

此專案為react + redux + Immutable 的範例檔案

Primary LanguageJavaScriptMIT LicenseMIT

Installing

$ git clone https://github.com/johnnyyu0930/chick.git

$ cd $PROJECT_NAME

$ npm install

or

$ yarn

dev

$ npm start 

or 

$ yarn start

open http://localhost:3000

build

$ npm run build

or

$ yarn run build

License

MIT