https://github.com/jaysoo/example-fp-youtube-search
YouTube search app with ReactJS, Redux, and FP concepts
https://github.com/jaysoo/example-fp-youtube-search
Last synced: 7 months ago
JSON representation
YouTube search app with ReactJS, Redux, and FP concepts
- Host: GitHub
- URL: https://github.com/jaysoo/example-fp-youtube-search
- Owner: jaysoo
- Created: 2016-01-11T02:09:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T01:16:13.000Z (almost 9 years ago)
- Last Synced: 2025-02-25T06:51:15.871Z (10 months ago)
- Language: JavaScript
- Homepage: http://jaysoo.ca/2016/01/13/functional-programming-little-ideas/
- Size: 256 KB
- Stars: 57
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-fp-js - FP Youtube Search
- awesome-fp-js - FP Youtube Search
README
See blog post: http://jaysoo.ca/2016/01/13/functional-programming-little-ideas/
## Running
Install modules:
```
npm install
```
Start server:
```
npm start
```
Now you go to http://localhost:8080/ to use the app.
## Building
```
npm run build
```
Or
```
npm run watch
```