Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 781 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 781 Bytes

Site perso -- front

Repository of my personnal website (front end only) based on ReactJS + Typescript + TailwindCSS.

Deploy to prod

CI/CD

Requirements

  • node 16+
  • npm 8+

Template-vite-react-ts-tailwind-v3

  • template of: vite + react + typescript
  • tailwindcss: v3.x

Started

npm install

Develop

npm run dev

Build

npm run build

test

npm run test