evancz / react-angular-ember-elm-performance-comparison

Comparing performance of Elm, React, Angular, and Ember
BSD 3-Clause "New" or "Revised" License
91 stars 39 forks source link

Add local setup instructions to README #5

Closed exogen closed 8 years ago

exogen commented 8 years ago

I couldn't figure out how to actually run this (locally, so I could make changes).

When I open index.html, I just get ReferenceError: Elm is not defined. That was after installing Elm and doing elm-package install in src which was just a guess on my part. That didn't seem to fix anything.

Instructions for setting this up would be nice!

evancz commented 8 years ago

I'd switch to the gh-pages branch. That has all the assets set up already. From there you can recompile things however you want. I'll add a note about this though!

evancz commented 8 years ago

Note added!