Skip to content

Commit 644c8f6

Browse files
Update README.md
1 parent feb7638 commit 644c8f6

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
1-
# EJ2 React
1+
# React Scheduler - How to load appointments from a JSON file?
2+
A quick start React project that helps you to create a React Scheduler that loads its appointment data from an external JSON file.
23

3-
> Customer reported bugs automation in React platform.
4+
## Project pre-requisites
5+
Make sure that you have the compatible versions of React and NPM in your machine before starting to work on this project.
6+
* React versions greater than 15.5.4
7+
* NPM or Yarn package manager
48

5-
## Test Setup
9+
## How to run this application?
10+
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.
611

7-
``` bash
8-
# install dependencies
9-
npm install
12+
To do so, open the command prompt and run the below commands one after the other.
13+
14+
```
15+
git clone https://github.com/SyncfusionSamples/getting-started-with-the-react-scheduler scheduler-example
16+
cd scheduler-example
17+
```
1018

11-
# serve with hot reload at localhost:3000
12-
npm start
19+
## Installing
20+
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.
21+
22+
```
23+
npm install
1324
```
25+
26+
## Running on development server
27+
Run `npm start` command and navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files.

0 commit comments

Comments
 (0)