Skip to content

hoangdloc/luke-website

Repository files navigation

React Typescript Vite Boilerplate with ESlint

Setup

// Install all dependencies
yarn

// Install husky
yarn prepare

// Run project on dev environment
yarn dev