This is a Ruby on Rails and React.js based implementation of the Event Manager.
Here is The demo on Heroku
-
Ruby 2.5.3
-
Rails 5.2.4
-
Node : v10.18.1
-
npm : 6.13.4
-
Yarn : 1.21.1
-
React JS 16.12.0
You need to have bundler installed in your system.
Step 1: You can install it by typing:
$ gem install bundler
Step 2: Install all the related package.
Open of a terminal window in the root of the project /rails-react-event and type :
$ bundle install
Step 3: Install the necessary node packages:
$ yarn install or
$ npm install
Step 4: Run the server:
$ rails s