Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/rtorr/fun
- Owner: rtorr
- Created: 2015-12-14T02:56:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T01:45:18.000Z (about 9 years ago)
- Last Synced: 2024-11-26T22:54:06.179Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`