A responsive template for a simple dashboard built using React and recharts.
- React
- recharts
- Vite
The following instructions will get this project up and running on your local computer ready for to customise anyway you like for development and testing purposes.
You will need the following before installing this software locally
- NodeJs v20.15.1
$ mkdir dashboard && cd dashboard
$ git clone https://github.com/alittlebroken/earthsense.git .
$ npm install$ npm run dev
$ npm run build
$ npm run preview