A modern React website built with Vite and TypeScript.
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint
findyourframe/
├── public/ # Static assets
├── src/ # Source code
│ ├── App.tsx # Main App component
│ ├── main.tsx # Entry point
│ └── ...
├── index.html # HTML template
└── package.json # Dependencies and scripts
- React 18
- TypeScript
- Vite (for fast development and building)
- ESLint (for code linting)
Start editing in src/App.tsx to begin building your website!