No description
Find a file
2024-01-23 21:15:08 +01:00
public changed loading svg dir 2022-10-13 17:00:35 +02:00
src add comment for future 2022-10-26 01:19:50 +02:00
.env include .env with default api url 2022-10-26 01:27:06 +02:00
.gitignore include .env with default api url 2022-10-26 01:27:06 +02:00
.npmrc added .npmrc 2022-10-18 17:06:51 +02:00
.prettierignore add gql.tsx to prettierignore 2022-10-25 13:26:19 +02:00
.prettierrc.json added prettier tailwind plugin 2022-10-13 19:35:54 +02:00
codegen.yml transfer to typed-documents 2022-10-24 16:34:44 +02:00
index.html added baguette favicon 2022-10-13 17:00:13 +02:00
LICENSE Create LICENSE 2022-09-28 13:14:31 +03:00
package.json update deps 2022-10-26 01:37:48 +02:00
postcss.config.cjs prettified 2022-10-12 14:23:02 +02:00
README.md update readme for .env.local 2022-10-26 01:28:15 +02:00
tailwind.config.cjs prettified 2022-10-12 14:23:02 +02:00
tsconfig.json global ApiResponse type 2022-10-09 22:02:38 +02:00
tsconfig.node.json prettified 2022-10-12 14:23:02 +02:00
vite.config.ts Update vite.config.ts 2024-01-23 21:15:08 +01:00
yarn.lock update deps 2022-10-26 01:37:48 +02:00

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.local in project's root folder with VITE_API_URL=<your backend url>

  • launch development mode:

yarn
yarn dev
  • build and launch production mode:
yarn
yarn build
npx serve dist