elm-install

elm make Main.elm --output elm.js

## To mock backend:
npm install -g json-server 
then: json-server --watch fakedb.json