https://github.com/atanasster/crypto-grommet
Crypto and equities app
https://github.com/atanasster/crypto-grommet
apollo apollo-client cctx cryptocompare-api graphql grommet iex-api nextjs react tensorflow
Last synced: 8 months ago
JSON representation
Crypto and equities app
- Host: GitHub
- URL: https://github.com/atanasster/crypto-grommet
- Owner: atanasster
- License: apache-2.0
- Created: 2018-02-06T20:38:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T13:52:52.000Z (about 7 years ago)
- Last Synced: 2025-06-17T01:05:18.701Z (12 months ago)
- Topics: apollo, apollo-client, cctx, cryptocompare-api, graphql, grommet, iex-api, nextjs, react, tensorflow
- Language: JavaScript
- Homepage: https://crypto-grommet.herokuapp.com/
- Size: 1.08 MB
- Stars: 41
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crypto-grommet
A react/redux/nodejs/express/passport/nextjs/graphql/apollo project built with:
* grommet v2: https://v2.grommet.io/
* cctx: https://github.com/ccxt/ccxt
* CryptoCompare: https://www.cryptocompare.com/api/
* CoinMarketCap: https://coinmarketcap.com/api/
* Highcharts: http://www.highcharts.com
**Live site**: https://crypto-grommet.com/
**Community**: https://spectrum.chat/crypto-grommet
To run this application, execute the following commands:
## Install
* Get sources in local folder
```
$ git clone https://github.com/atanasster/crypto-grommet.git
```
* Move to your local folder
```
$ cd crypto-grommet
```
* Install dependencies
```
$ npm install
```
## Local deployment
```
$ npm run dev
```
## Production deployment
* Build package
```
$ npm run build
```
* Start production server
```
$ npm run start
```
## Testing
* Run eslint:
```
$ npm run check
```
* Analyze packages:
```
$ npm run analyze
```