File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# javascript-scheduler-ruby-rails-application
22
3+ This repository provides a sample integration of the Syncfusion JavaScript Scheduler component within a Ruby on Rails application using React.
4+
35## Prerequisites
46
7+ Ensure the following versions are installed on your system before proceeding:
8+
59Ruby - 3.2.2
610Node Js - 18.13.0
711Yarn - 1.22.19
@@ -13,17 +17,21 @@ You can install the Ruby from the following link.
1317
1418## Install Rails
1519
20+ To install Rails globally, run the following command:
21+
1622```
1723gem install rails
1824```
1925
2026## Add Syncfusion Scheduler component in your application
2127
22- Refer the following UG documenation for adding Syncfusion React component in your application
28+ Refer to the following UG documenation for adding Syncfusion React component in your application
2329* [ Getting Started of Syncfusion Javascript Scheduler component] ( https://ej2.syncfusion.com/javascript/documentation/schedule/getting-started )
2430
2531## Run the project
2632
33+ To start the application, execute the following commands:
34+
2735```
2836yarn install
2937rails server
You can’t perform that action at this time.
0 commit comments