Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 251 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 251 Bytes

elm-django-example

Backend

mkvirtualenv -ppython3 ede
pip install -r requirements.txt
./manage.py runserver

Frontend

cd frontend
elm-package install elm-lang/html

To run elm independently:

elm-reactor