Skip to content

ej038b8vhu/ls-gym-typescript

Repository files navigation

Netlify Status

  • Vite

    • npm create vite@latest
  • Tailwind

    • npm i -D tailwindcss postcss autoprefixer
    • npx tailwindcss init -p
    • npm i -D prettier prettier-plugin-tailwindcss
      • organise tailwind css
  • heroicons

    • npm i @heroicons/react
  • Framer-Motion

    • npm i framer-motion
  • react-hook-form

    • very nice form when deal with Tailwind bacause it's inline css feature for basic html semantics
      • or emailjs is good option with Tailwind as well
    • when use Material UI Formik might be a better option
  • Form Submit

    • get notice after user submit the form
  • npm i -D @types/node

    • for path module setting