Skip to content

A simple test to see the integration between phoenix and elm

License

Notifications You must be signed in to change notification settings

kerlak/phoenix-elm-test

Repository files navigation

Pet

To start with docker docker-compose up

To start it locally without docker:

  • Install elm
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

A simple test to see the integration between phoenix and elm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published