Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 646 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 646 Bytes

Phoenixcra

This project was created to demonstrate the create-react-app and elixir phoenix 1.4 stack. This is also in reference to my medium post Create React App and Elixir Phoenix 1.4

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:3000 from your browser and be served by the create-react-app server.