/edit-twitter-example-app

an example app imitating twitter with an edit button

Primary LanguageGo

About this project

This project is an example for an implementation of a twitter-like-app with an edit button.
We use the following tech stack:

  1. GO
  2. Ent
  3. Entgql
  4. Enthistory
  5. React
  6. Relay

Run

run the server:

go run cmd/twitter/main.go

then, run the Single Page Application:

cd ui
yarn
yarn start

go to http://localhost:3000