Skip to content

canokay/railsblog

Repository files navigation

RubyBlog

This project created using Offical Guide of Getting Started.

# show ruby version 
$ ruby -v
# install rails using gem
$ gem install rails
# show rails version
$ rails --version
# create a new rails project
$ rails new blog
# navigate to the project
$ cd blog

NOT: node ve yarn son versiyon kurulu olmalıdır.

$ rails webpacker:install
$ rails server

# or you can use below command instead of `rails server`
$ rails s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published