/cryptolio-ui

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Cryptocurrency Portfolio

Application to view management information for cryptocurrencies.

To Use

To clone and run this repository you'll need Git and Node.js. Run the following:

# Clone this repository
git clone https://github.com/grimmjow8/crypto-management
# Go into the repository
cd crypot-ui
# Install dependencies
npm install
# Run the app
npm start
# Or run
./start.sh