Skip to content

SakaDream/yew-address-book-client

Repository files navigation

yew-address-book-client

An Address Book frontend using yew

Require

Or using Docker

How to run

Manual

  • Install Node dependencies for client: yarn install
  • Install Node dependencies for server: cd /server && yarn install
  • Build: cd .. && yarn run build
  • Run: yarn run start-server
  • Go to http://localhost:3000 (Windows) or http://127.0.0.1:3000 (Linux/macOS) and enjoy! 😄

Docker

Run with backend API

TODOs

  • Hello World page
  • 404 - Page Not Found page
  • Routing
  • Dashboard UI
  • Add mock data and fetch get all items from backend
  • App config
  • Signup, Login
  • Add item UI and logic
  • Update item UI and logic
  • Delete item UI and logic
  • Account profile UI and logic