Crypto-Foo | Live Demo
MIN_API_TOKEN=YourMinApiToken
git clone https://github.com/luanraithz/crypto-foo.git
cd ./crypto
npm install // or yarn
npm run dev // or yarn dev
Inside the project folder in another terminal
cd ./client
npm install // or yarn
npm run start // or yarn start