Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 470 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 470 Bytes

react + redux 미세먼지 조회 프로젝트

URL

Spec

  • react
  • redux / react-redux
  • jest
  • chai/expect
  • webpack v2
  • ES6 / 7 (async,await)

Installation

$ npm install

Getting Start

// development ( Hot loader )
$ npm start

// production
$ npm run build

// test
$ npm run test

Other Version

  • If you change to another branch, you can use the redux-saga version.