ridwanzal / react-landing-page

Personal react landing page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Personal react landing page

License:MIT License


Languages

Language:JavaScript 70.5%Language:SCSS 27.9%Language:HTML 0.9%Language:Shell 0.7%