MOVESDKex liveview Example
August 12, 2022 ยท View on GitHub
A clean install of the latest Phoenix with some extras to get you started:
- Tailwind CSS - using the mix library
- Alpine JS - using a CDN to avoid needing
node_modules - ๐บ Petal Components Library
Get up and running
Optionally change your database name in dev.exs.
- Setup the project with
mix setup - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server - Now you can visit
localhost:4000from your browser.
Renaming your project
Your app module is currently called MoveSDKExLiveviewExample. There is a script file included that will rename your project to anything you like in one go.
Open the file rename_phoenix_project.sh and read the instructions at the top.