Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 690 Bytes

File metadata and controls

31 lines (23 loc) · 690 Bytes

memoapp

メモを追加編集削除できるアプリケーションです。

利用方法

インストール方法

  1. 任意のディレクトリにgit cloneし保存してください。
$ git clone https://github.com/damisumida/sinatra_memoapp.git

起動方法

  1. Cloneしたファイルに移動してください。
$ cd directry_pass/sinatra_memoapp
  1. メモアプリを起動してください。
$ bundle exec ruby memoapp.rb
  1. ブラウザより、以下のURLにアクセスしてください。
http://localhost:4567

終了方法

  1. アプリを終了する場合は、Ctrl + Cを入力し、終了してください。