Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 634 Bytes

Metaboard

Dead simple real time boards

Demo: https://meta-board.herokuapp.com/s/demo

Stacks

  • API: Phoenix / Elixir

  • Web: React / TypeScript

  • UI framework: TailwindCSS

  • Hosting: Heroku

Development setup

  • Init database using docker-compose up -d

  • To start your Phoenix server & React web:

    • Install dependencies with mix deps.get
    • Create and migrate your database with mix ecto.setup
    • Install Node.js dependencies with npm install inside the assets directory
    • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:3000 from your browser.