Skip to content

Commit

Permalink
Create ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobPapirov authored Jan 23, 2022
1 parent cc62559 commit eabba85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions WebDev/Rb_Rails/Hello_World/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Hello World project
```rails new Hello_World ```

```cd Hello_World ```

# Run the server
```ruby bin/rails server```

Server available at ```http://localhost:3000/```

0 comments on commit eabba85

Please sign in to comment.