Skip to content

ajmd17/cointrends

Repository files navigation

CoinTrends

A cryptocurrency price analysis tool.

Runs as a standalone API as well as a web app with a UI.

Setup

To run the standalone API

  • Use npm run start in the root directory of the project.

To build the React-based UI

  • In the web folder of the project

    • Run npm run build-client-dev. This will start the build process. Leave this running.
  • In another terminal (also in web folder):

    • Run npm run start
    • Navigate to localhost:8080 - you should see the UI