Skip to content

afulki/phoenix_elm_quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix/Elm Quickstart

This repository can be used to bootstrap a new Phoenix v1.2.1 aplication that is integrated with an Elm frontend. This application is a minor variation of the Phoenix "hello world" application but has a small "hello elm" application embedded in the Phoenix view.

To use this repository:

  • Clone this repo
  • cd
  • Install dependencies with mix deps.get
  • Create your database with `mix ecto.create
  • Install node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

About

A simple project that can be used to build Elm/Phoenix projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 74.9%
  • JavaScript 12.7%
  • HTML 7.9%
  • Elm 4.4%
  • CSS 0.1%