Skip to content

Commit 32a79ad

Browse files
authored
Updated read me file
1 parent 69f9a13 commit 32a79ad

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# getting-started-with-the-react-scheduler-component
1+
# Create a React Scheduler Using the Create React App
2+
23
A quick start project that shows how to add the React Scheduler component of Syncfusion to the React App. This project also includes a code snippet to add appointments to the React Scheduler either as a local JSON data or remote service URL as well as how to change the default date and views in the React Scheduler.
4+
5+
Example: https://ej2.syncfusion.com/react/demos/#/bootstrap5/schedule/overview
6+
7+
Documentation: https://ej2.syncfusion.com/react/documentation/schedule/getting-started/
8+
9+
10+
## Project prerequisites
11+
12+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
13+
14+
15+
### How to run this application?
16+
17+
To run this application, you need to clone the getting-started-with-the-react-scheduler-component repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `npm start` command.

0 commit comments

Comments
 (0)