https://github.com/bokuweb/raect-tutorial-with-redux-and-flowtype
https://github.com/bokuweb/raect-tutorial-with-redux-and-flowtype
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bokuweb/raect-tutorial-with-redux-and-flowtype
- Owner: bokuweb
- License: other
- Created: 2016-06-15T07:57:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:55:18.000Z (over 2 years ago)
- Last Synced: 2025-05-07T09:57:34.278Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-tutorial-with-redux-and-flow
React comment box example rewritten with Redux and flowtype example.
## Development
To run this example:
1. `$npm i`
2. `$npm start`
3. `$open http://localhost:3000/`
## Lisence
The examples provided by Facebook are for non-commercial testing and evaluation
purposes only. Facebook reserves all rights not expressly granted.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.