Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 572 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 572 Bytes

React landing page

This library used react + vite together to gain best experiences

link : http://ridwanzal.github.io

Getting started

Prerequisite

  • Node version 16.x or more (Use LTS)
  • SaSS
npm install

Run on dev

npm run dev

Build for production

npm run build

.env

add the following with VITE_ as prefix :

VITE_API_URL=https://five-frogs-argue-103-56-148-148.loca.lt/blog
VITE_API_KEY=APJX-EJSDKS-ASDSA

access the .env on project :

import.meta.env.VITE_API_URL

License

MIT License