📞 Фронтенд сервиса для создания митов
- TypeScript 88.1%
- CSS 8.5%
- JavaScript 2.7%
- HTML 0.7%
| .zed | ||
| components | ||
| data/media | ||
| hooks | ||
| lib | ||
| public | ||
| routes | ||
| stores | ||
| styles | ||
| .gitignore | ||
| App.tsx | ||
| components.json | ||
| deno.json | ||
| deno.lock | ||
| eslint.config.mjs | ||
| index.html | ||
| main.tsx | ||
| mise.toml | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
meet-frontend
A React single-page app built with Vite and React Router.
Getting Started
Run the development server:
npm run dev
Open the URL printed by Vite, usually http://localhost:5173.
The app route tree starts in App.tsx, and the home page is in routes/home.tsx.
Scripts
npm run lint
npm run build
npm run preview
Routing
Routes are declared with React Router in App.tsx.
For static hosting, configure a single-page app fallback so direct navigation to client routes serves index.html.