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
- Host: GitHub
- URL: https://github.com/wangpin34/react-calendar
- Owner: wangpin34
- License: mit
- Created: 2016-07-11T08:49:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T08:28:20.000Z (almost 9 years ago)
- Last Synced: 2025-01-08T06:35:55.381Z (5 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-calender
A calendar build on reactjs
## Local Development
* Clone code, then install depending modules
```
npm install
```
* Start webpack-dev-server
```
npm run example
```
* Open browser with address: http://localhost:8080Then you can make some changes at files in src and see the result in the page.
## LICENSE
MIT