Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rtorr/fun

http://fun.rtorr.com/
https://github.com/rtorr/fun

Last synced: 20 days ago
JSON representation

http://fun.rtorr.com/

Awesome Lists containing this project

README

        

# Demo project http://fun.rtorr.com/

login with:

username: demo

password: demo

## Notes

The flux implementation uses Welp. Welp is a small project I made to teach what flux is to some students and
co-workers who were new to React and Flux. In the real world, I am using Redux.

### Setting up development

install nvm:

use node `5` or later

`npm install`

install foreman:

`sudo gem install foreman`

run:

`make dev`

open:

`http://localhost:3188/`

### Testing

`make test`

### Production

`make deploy`