The best site to get all analyse cryptocurrencies, keep track of their metrics and get access to latest crypto news globally
- React
- Sass
- AntD
- Chart-JS
- Redux
- Rapid-API
- Millify
- moment.js
- dotenv
- HTMLReactParser
I ued dotenv
to secure my sensitive firebase configuration data. I created a envSample
file to show you how you should set up your own .env
file.
Live Site » CryptHive Site
To get a local copy of the code, clone it using git:
git clone https://github.com/techy-savant/CryptHive.git
cd CryptHive
Install dependencies:
npm install
Now, you can start a local web server by running:
npm run dev
Script | Description |
---|---|
npm run dev | Runs the app in the development mode. |
npm run build | Builds the app for production to the build folder. |