react-mega-scheduler
v0.4.9
Published
A react scheduler
Downloads
6
Maintainers
Readme
react-mega-scheduler
Intro
Scheduler library based on react. Built on top of https://github.com/StephenChou1017/react-big-scheduler.
Getting Started
Installation
To run example webpage of scheduler:
# Clone the repository
git clone https://github.com/koxuan/react-mega-scheduler
# Go inside the directory
cd react-mega-scheduler
# Install dependencies
npm install
# Start development server
npm run example
# access webpage
surf localhost:8080/example on browser