Skip to content

A quick start react project that helps you to create a simple React Scheduler of Syncfusion, with data being populated from a local JSON file.

Notifications You must be signed in to change notification settings

SyncfusionExamples/getting-started-with-the-react-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Scheduler - How to load appointments from a local JSON file?

A quick start React project that helps you to create a React Scheduler that loads its appointment data from a local JSON file.

Project pre-requisites

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

How to run this application?

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 

Installing

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 

Running on development server

Run npm start command and navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

About

A quick start react project that helps you to create a simple React Scheduler of Syncfusion, with data being populated from a local JSON file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7