Skip to content
This repository was archived by the owner on Feb 2, 2018. It is now read-only.

Latest commit

 

History

History
38 lines (27 loc) · 1.11 KB

File metadata and controls

38 lines (27 loc) · 1.11 KB

これは何?

ECプラットフォーム提供サービスの Shopify が公開しているオープンソースのダッシュボード用フレームワーク Dashing で作成したサンプルプロジェクトです。

詳しくはモダンなダッシュボード用フレームワークDashing入門をご覧ください。

デモサイトはこちらです。

必要なもの

開発環境で確認

ダウンロードして bundle インストールします。

$ git clone git@github.com:qnyp/qnyp-blog-try-dashing.git
$ cd qnyp-blog-try-dashing
$ bundle

dashingコマンドで起動します。

$ dashing start

次のような起動メッセージが表示され、localhost:3030で確認できます。

>> Thin web server (v1.5.1 codename Straight Razor)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:3030, CTRL+C to stop