/bootstrap_live

Boostrap components ready to use in Phoenix LiveView applications! Just Plug&Play!

Primary LanguageElixirDo What The F*ck You Want To Public LicenseWTFPL

Bootstrap Phoenix Live View

TODO: Add description

Contributing

To run a web dev server you can execute mix dev on the project root folder. Then the application will be server on http://localhost:4001

You can find the server configurations, options and routes on the server.ex file!

Installation

You can find this package on Hex, the package can be installed by adding editor_live to your list of dependencies in mix.exs:

def deps do
  [
    {:editor_live, "~> 0.1.0"}
  ]
end