Software Requirements:
- Follow the nodejs and npm installation instructions to install these in your system. In MacOS you can use "brew install nodejs" to install nodejs.
Setup:
- Run "npm install elm livereload chokidar-cli -g"
- Clone this repository
- Within the project directory: a. run "npm install" b. run "elm make", this should prompt you do download some elm components. c. run "npm run watch"
if you want to use livereload:
- Install chrome livereload browser extension
- Navigate to the index.html file using your filemanager and open in the browser as local file.
- As you update any elm or html file, chrome will reload the page automatically.
In windows livereload may not work as described above. If this is the case find another solution.