An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```