Skip to content

d-freak/score-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

環境構築

  1. グローバル環境に以下をインストール

    • dnf install nodejs
    • dnf install sqlite # SQLiteを使用する場合
    • dnf install erlang
    • dnf install elixir
    • dnf install rebar
    • dnf install inotify-tools
  2. npmアップデートツールを導入しておく

    • npm -g install npm-check-updates
  3. ローカル環境にhexをインストール

    • mix local.hex
    • パッケージ管理ツールであり、npmやgem相当のもの
  4. ローカル環境にphoenixをインストール


開発準備 (クローン後にやること)

  1. プロジェクトのルートディレクトリに移動

    • cd sample_project
  2. 依存パッケージを取得

    • mix deps.get
    • cd assets
    • npm-check-updates -u
    • npm install
    • cd ..
  3. データベースのマイグレーション

    • mix ecto.migrate
  4. サーバを起動

    • mix phx.server
      • この状態で http://localhost:54334/ にブラウザでアクセスする

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published