Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gertjanreynaert/timeloop
Exploring Redux 1.0.0-alpha
https://github.com/gertjanreynaert/timeloop
Last synced: about 2 months ago
JSON representation
Exploring Redux 1.0.0-alpha
- Host: GitHub
- URL: https://github.com/gertjanreynaert/timeloop
- Owner: GertjanReynaert
- Created: 2015-07-06T07:55:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T21:34:10.000Z (over 9 years ago)
- Last Synced: 2024-10-01T09:03:25.343Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
TimeLoop
========Simple time tracking app
Development
-----------### Client
`npm install`
`npm start`
### Backend
`npm install --global babel`
`npm install`
`nf start`
go to [localhost:8080/bundle](localhost:8080/bundle)