Phoenix LiveView template with svelte and tailwind
Phovelte is a project that demonstrates how to set up a Phoenix project with Liveview, Typescript, Svelte, and Tailwind. This combination of technologies allows for a powerful and dynamic web development experience. The project provides a quick start guide and includes the necessary installations and dependencies.
To install Phovelte, follow these steps:
$ git clone --depth=1 https://github.com/colus001/phoenix-liveview-svelte-tailwind.git <YOUR_PROJECT_NAME>cd <YOUR_PROJECT_NAME>mix deps.get to install Elixir dependencies.cd assets && yarn to install JavaScript dependencies.mix phx.server to start the example app at http://localhost:4000.Phovelte is a project that demonstrates the setup of a Phoenix project with Liveview, Typescript, Svelte, and Tailwind. By following the provided quick start guide, users can easily set up their own projects and take advantage of the powerful features offered by these technologies. The project is accompanied by helpful resources such as documentation and references to further enhance the development experience.