/the-odin-catalog

My project catalog for The Odin Project

Primary LanguageHTML

THE ODIN CATALOG

My project catalog for The Odin Project

Built with:

  • Vite
  • TailwindCSS
  • TypeScript

Development

  1. Create vite project npm create vite@latest

  2. Install Tailwind CSS npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p

  3. Add path to tailwind.config.js

  4. Add directives to CSS file

  5. Create and configure vite.config.ts file

  6. npm run dev