Scheduler is a simple single-page app made from react.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - Start the web server using the
npm start
command. The app will be served at http://localhost:8000/. - Go to http://localhost:8000/ in your browser.