Simple app to keep track of your criptocurrency investments.
git clone [email protected]:leota/CryptoTracker.git
cd CryptoTracker
npm install
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
npm start
then open your browser at http://localhost:4200/
npm run build
npm run build --production