Site icon Shaharia's Blog

Create Ruby on Rails project and start Rails server on Localhost

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.

Exit mobile version