Skip to content

gheryd/ex_elm_distinta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ex_elm_distinta

example elm spa

require: elm 0.19, nodejs, json -server

install:

  • # npm install -g json-server
  • # npm install
  • # elm install
  • # elm make src/client/Main.elm --output=dist/main.js

start:

  • json-server -w db.json
  • npm start

links: