https://github.com/naoki-00-ito/bookinfo
蔵書管理アプリケーション
https://github.com/naoki-00-ito/bookinfo
ruby
Last synced: over 1 year ago
JSON representation
蔵書管理アプリケーション
- Host: GitHub
- URL: https://github.com/naoki-00-ito/bookinfo
- Owner: naoki-00-ito
- Created: 2022-11-29T11:08:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T18:04:01.000Z (over 3 years ago)
- Last Synced: 2025-01-11T07:50:07.058Z (over 1 year ago)
- Topics: ruby
- Language: HTML
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# bookinfo
## 利用書籍
https://www.sbcr.jp/product/4797371277/
## SASSコンパイル
### Sassをインストール
`gem install sass`
### Sass格納ディレクトリに移動
`cd ./app/assets/stylesheets`
### 更新されたら自動でコンパイルするように監視
`sass --watch style.scss:style.css`
## アプリケーションの起動
### appディレクトリに移動
`cd ./app/`
### bookinfo_web.rbを起動する
`ruby bookinfo_web.rb`
### 下記URLで確認できる
http://localhost:8099/index.html