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

https://github.com/wangpin34/react-calendar

a calendar build on reactjs
https://github.com/wangpin34/react-calendar

Last synced: 3 months ago
JSON representation

a calendar build on reactjs

Awesome Lists containing this project

README

        

# react-calender
A calendar build on reactjs

![img](http://rawgit.com/wangpin34/react-calendar/master/screenshots/v0.0.0.PNG)

## Local Development
* Clone code, then install depending modules
```
npm install
```
* Start webpack-dev-server
```
npm run example
```
* Open browser with address: http://localhost:8080

Then you can make some changes at files in src and see the result in the page.

## LICENSE
MIT