linusdm / bootstrap_live

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

Home Page:https://bootstrap-live.fly.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://bootstrap-live.fly.io

License:Do What The F*ck You Want To Public License


Languages

Language:Elixir 84.7%Language:Nix 7.3%Language:HTML 3.9%Language:JavaScript 2.7%Language:CSS 1.5%