KevinAsbury / PhoenixTemplate

A Phoenix Template running parcel and Tailwindcss with TS & React support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phoenix Template (Hello)

This is a Phoenix server that has been modified:

  • Parcel instead of esbuild
  • Tailwindcss
  • Typescript & React support with a tsconfig.json

To start your Phoenix server:

  • Install backend dependencies with mix deps.get
  • Install frontend dependencies with npm i
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

A Phoenix Template running parcel and Tailwindcss with TS & React support


Languages

Language:JavaScript 76.2%Language:Elixir 14.2%Language:HTML 5.1%Language:CSS 4.5%