https://github.com/bittricky/ether-chart
Live Ethereum prices
https://github.com/bittricky/ether-chart
electron experiment react
Last synced: about 2 months ago
JSON representation
Live Ethereum prices
- Host: GitHub
- URL: https://github.com/bittricky/ether-chart
- Owner: bittricky
- Created: 2019-06-24T23:21:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:01:13.000Z (over 3 years ago)
- Last Synced: 2025-02-28T11:48:40.121Z (over 1 year ago)
- Topics: electron, experiment, react
- Language: JavaScript
- Homepage:
- Size: 6.42 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ether Chart
> Live Ethereum Prices
## Requirements
- Install Node
- on OSX , install git and type 'brew install git'
- on OSX, install [home brew](http://brew.sh/) and type `brew install node`
- on Windows, use the installer available at [nodejs.org](http://nodejs.org/)
- On OSX you can alleviate the need to run as sudo by [following John Papa's instructions](http://jpapa.me/nomoresudo)
- Open terminal and run `npm install`
## Quick Start
To start the application locally, run the following command
```
$ npm run electron-dev
```