This project is a framework where you can consult statistic data from KLUSTERA's API.
To run this project on your local dev, please follow the next steps:
-
Fork this repo.
-
Clone this repo.
git clone https://hostname/YOUR-USERNAME/YOUR-REPOSITORY
- Install all dependencies.
npm install
- Start the site in
develop
mode.
npm start
- See it in the browser
Your site is now running at http://localhost:3000
.
Save your changes, and the browser will update in real time! You will also see any lint errors in the console.
Take a look to the final results here: https://kpis-klustera.vercel.app/
- React
- Nodejs
- AntDesign
- react-chartjs-2
- Eduardo Zamarrón - Edu93Jer