Skip to content

Commit

Permalink
fix: add a saga version
Browse files Browse the repository at this point in the history
  • Loading branch information
pouu69 committed Nov 2, 2017
1 parent d79c698 commit 6e474ba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
$ npm install
```

## running
## Getting Start

```
// development ( Hot loader )
$ npm start
Expand All @@ -27,4 +28,8 @@ $ npm run build
// test
$ npm run tests
```
```

## Other Version

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

0 comments on commit 6e474ba

Please sign in to comment.