https://github.com/alecaivazis/react-redux-and-you
A talk given at a local meetup introducing redux
https://github.com/alecaivazis/react-redux-and-you
Last synced: 3 months ago
JSON representation
A talk given at a local meetup introducing redux
- Host: GitHub
- URL: https://github.com/alecaivazis/react-redux-and-you
- Owner: AlecAivazis
- Created: 2016-06-12T00:13:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T01:42:26.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T17:47:34.037Z (5 months ago)
- Language: JavaScript
- Size: 2.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React, Redux, and You
The slides for a talk I gave at a local meetup for functional programmers.Hosted on the [project github page](http://alecaivazis.github.io/react-redux-and-you).
## Building the Slides
In order to build the slides, execute the following commands:
```bash
npm install
npm run build
```