enjinerd / final-project-frontend

Home Page:final-project-frontend-rho.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vaksin Untuk Rakyat - Frontend

Frontend Client untuk Capstone Project Kelompok 30 - Vaccine App

cover

Demo

Demo Link

Tech Stack

tailwindcss react vite vscode javascript

Authors

Environment Variables

To run this project, you will need to add the following environment variables to your .env file and .env.local

VITE_API_HOST : REST API Host for Vaccination Backend

Run Locally

Clone the project

  git clone https://github.com/yustinayasin/final-project-frontend.git

Go to the project directory

  cd final-project-frontend

Install dependencies

  yarn

Add .env.local

Start the server

  yarn dev --host

Command

To start development server and expose dev url to same network / LAN

  yarn dev --host

To commit using commitizen with emoji support

  yarn commit

format code using prettier

  yarn pretty #Only staged file
  yarn pretty:all #Format all file

Linter

  yarn lint

Notes

We using husky to lint and format code when commit is triggered

About

final-project-frontend-rho.vercel.app


Languages

Language:JavaScript 96.8%Language:CSS 2.5%Language:HTML 0.7%Language:Shell 0.0%