mirror of
https://github.com/dankuri/buguetter-front
synced 2025-12-09 05:31:28 +00:00
No description
| public | ||
| src | ||
| .env | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc.json | ||
| codegen.yml | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| postcss.config.cjs | ||
| README.md | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| yarn.lock | ||
buguetter-front
this is frontend for 🥖 buguetter 🥖
a twitter clone from @samaxe13 & @GrozaMorey
frontend is TS + React + Vite
backend is Flask + Strawberry(GraphQL) + Postgresql
roadmap:
- auth
- profiles
- followers
- posts
- comments
- reactions
- hashtags
- feed
for local server:
-
if your api url is different, add file
.env.localin project's root folder withVITE_API_URL=<your backend url> -
launch development mode:
yarn
yarn dev
- build and launch production mode:
yarn
yarn build
npx serve dist