AgeManning / EthereumMiningCalculator

Advanced statistics for mining ethereum and other cryptocurrencies.
https://thecalc.io
16 stars 11 forks source link

Implemented a basic Angular framework and simple tools for front-end development. #1

Closed paulhauner closed 8 years ago

paulhauner commented 8 years ago

The existing app has been ported to Angular and split into angular controllers and services. All existing functionality has been maintained, but there has been no changes to the styling of the site - this can come easily afterwards.

Grunt and bower have been implemented. Using grunt, script and link tags are automatically added to the index.html file by scanning our app directory and the bower_components directory. Grunt also provides a light html server running on localhost:9001 to allow us to bypass the file:// restrictions in browsers.

The readme has been updated to include instructions on setting up the dev environment.