atanasster / crypto-grommet

Crypto and equities app

Home Page:https://crypto-grommet.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypto-grommet

A react/redux/nodejs/express/passport/nextjs/graphql/apollo project built with:

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

About

Crypto and equities app

https://crypto-grommet.herokuapp.com/

License:Apache License 2.0


Languages

Language:JavaScript 100.0%