A quick start React project that helps you to create a React Scheduler that loads its appointment data from a local JSON file.
Make sure that you have the compatible versions of React and NPM in your machine before starting to work on this project.
- React versions greater than 15.5.4
- NPM or Yarn package manager
To run this application, you need to first clone the getting-started-with-the-react-scheduler
repository and then navigate to its appropriate path where it has been located in your system.
To do so, open the command prompt and run the below commands one after the other.
git clone https://github.com/SyncfusionSamples/getting-started-with-the-react-scheduler scheduler-example cd scheduler-example
Once done with downloading, next you need to install the necessary packages required to run this application locally. The npm install
command will install all the needed react packages and Syncfusion packages mentioned in the package.json file into your current project. To do so, run the below command.
npm install
Run npm start
command and navigate to http://localhost:3000/
. The app will automatically reload if you change any of the source files.