https://github.com/bokuweb/react-tutorial-with-redux
react tutorial with redux
https://github.com/bokuweb/react-tutorial-with-redux
Last synced: about 1 year ago
JSON representation
react tutorial with redux
- Host: GitHub
- URL: https://github.com/bokuweb/react-tutorial-with-redux
- Owner: bokuweb
- License: other
- Created: 2015-10-21T02:00:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:42:09.000Z (over 2 years ago)
- Last Synced: 2025-04-15T06:16:48.618Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-tutorial-with-redux
React comment box example rewritten with Redux and ES6 example.
## Development
To run this example:
1. `npm i`
2. `npm run watch`
3. `npm start`
4. open http://localhost:3000/ in the browser
## 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.