/realworldapp-hybrids

https://github.com/gothinkster/realworld

Primary LanguageTypeScriptMIT LicenseMIT

Realworld App Hybrids

main workflow


Realworld app with vitejs and hybrids

Development

Uses:

# Install asdf dependencies
source <(curl -sL https://raw.githubusercontent.com/olmesm/odd-scripts/main/shell/asdf-install.sh)

# Install dependencies
npm install

# Start dev server
npm run dev

Demo backend

Requires:

  • docker
docker-compose up

# docs should be available on http://localhost:3000/api-docs
# api should be available on http://localhost:3000/api
# pgadmin should be available on http://localhost:5555 - login and password in `./docker-compose.yml`

Resources