Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 973 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 973 Bytes

React Vite | Area Pollutant Checker

This is a project bootstrapped with @vitejs/app combine with Tailwind Css and deploy in Vercel.

Live Demo

Getting Started

You can clone this repository

git clone https://github.com/vhermawan/react-vite.git

Then, install package using yarn or npm

yarn install or npm install

Copy .env.example and paste as .env you can add API KEY get from here

VITE_API_KEY= <your-api-key>

Then, you can serve in your local development

yarn dev or npm run dev

References