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:
- 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
$ npm run dev
- Build package
$ npm run build
- Start production server
$ npm run start
- Run eslint:
$ npm run check
- Analyze packages:
$ npm run analyze