Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 358 Bytes

File metadata and controls

12 lines (8 loc) · 358 Bytes

Burritos

Server

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Client

  • Install dependencies with yarn install or npm install
  • Start the React application with yarn start or npm start