https://github.com/floatdrop/facebook-calendar
facebook-calendar with React and JSPM
https://github.com/floatdrop/facebook-calendar
Last synced: 3 months ago
JSON representation
facebook-calendar with React and JSPM
- Host: GitHub
- URL: https://github.com/floatdrop/facebook-calendar
- Owner: floatdrop
- Created: 2014-12-12T19:54:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-10T05:26:24.000Z (over 10 years ago)
- Last Synced: 2025-03-14T01:31:43.630Z (4 months ago)
- Language: JavaScript
- Homepage: http://floatdrop.github.io/facebook-calendar
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# facebook-calendar
> Calendar implemented with React and greedy algorythm.

## Usage
> Just open `index.html`
For development install NodeJS and clone this repo. Then do in console:
```
npm i gulp jspm -g
npm i
jspm install
gulp
```After this you will can open [localhost:8080](http://localhost:8080/dev.html) to open development version.