To start your first project in Ruby on Rails. You need to do the following task.
1. First open your command prompt and then type
2. Write down the following command to go to your project’s path
cd path/to/your/new/application
3. Then Start your Rails Server
rails server
Now go to the http://localhost:3000 and follow the instruction.