📞 Фронтенд сервиса для создания митов
  • TypeScript 88.1%
  • CSS 8.5%
  • JavaScript 2.7%
  • HTML 0.7%
Find a file
2026-07-25 04:15:37 +03:00
.zed feat: init 2026-07-20 03:09:12 +03:00
components refactor: refactored hooks and media stores 2026-07-24 22:01:13 +03:00
data/media feat: init 2026-07-20 03:09:12 +03:00
hooks refactor: refactored hooks and media stores 2026-07-24 22:01:13 +03:00
lib feat: init 2026-07-20 03:09:12 +03:00
public refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
routes refactor: refactored hooks and media stores 2026-07-24 22:01:13 +03:00
stores fix(media): fixed media toggle 2026-07-25 04:15:37 +03:00
styles refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
.gitignore refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
App.tsx refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
components.json refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
deno.json feat: init 2026-07-20 03:09:12 +03:00
deno.lock refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
eslint.config.mjs refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
index.html refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
main.tsx refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
mise.toml feat: init 2026-07-20 03:09:12 +03:00
package.json refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
postcss.config.mjs feat: init 2026-07-20 03:09:12 +03:00
README.md refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
tsconfig.json refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00
vite.config.ts refactor: remove next.js as main framework and rewrite setup for react 2026-07-20 04:10:30 +03:00

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.