火箭座点燃-回购 目录 关于 用Phoenix和Tesla制作的回购后端。 终点 内建: GET Repos GET 设置 安装Erlang , Elixir和Phoenix 。 重击命令 # Create phoenix app without webpacker or html views $ mix phx.new app_name --no-webpack --no-html # Intall dependencies $ mix deps.get # Compile project $ mix compile # Generate linter config file $ mix credo.gen.config # Run linter $ mix credo --strict # Start Phoenix dev server on http://localhost