CryptoTracker
October 18, 2017 ยท View on GitHub
Simple app to keep track of your criptocurrency investments.
Setup
git clone git@github.com:leota/CryptoTracker.git
cd CryptoTracker
npm install
Configuration
On Linux/Mac
cp src/_config.ts src/config.ts
On Windows
copy .\src\_config.ts .\src\config.ts
Then insert desired cryptocurrencies to watch and invested amount into newly created config.ts
Run
npm start
then open your browser at http://localhost:4200/
Build
npm run build
Production build
npm run build --production