https://github.com/elixircl/surface-practice
🔨 Examples and Exercises to Practice Surface UI
https://github.com/elixircl/surface-practice
chile elixir liveview phoenix surface-ui
Last synced: 10 months ago
JSON representation
🔨 Examples and Exercises to Practice Surface UI
- Host: GitHub
- URL: https://github.com/elixircl/surface-practice
- Owner: ElixirCL
- License: bsd-3-clause
- Created: 2024-01-11T23:23:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T17:33:21.000Z (about 2 years ago)
- Last Synced: 2025-03-29T08:03:11.280Z (10 months ago)
- Topics: chile, elixir, liveview, phoenix, surface-ui
- Language: Elixir
- Homepage:
- Size: 337 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Surface UI Practice
El siguiente repositorio es una serie de ejercicios que ayudarán
a practicar Surface UI y Phoenix.
Cada ejercicio está en un directorio dentro de `live` con sus
respectivas instrucciones.
Para iniciar el servidor Phoenix:
* Ejecutar `mix setup` para instalar dependencias
* Usar `mix phx.server` o dentro de IEX `iex -S mix phx.server`
Ahora se puede ir a [`localhost:4000`](http://localhost:4000) desde le navegador.
## Router
Para saber los archivos y sus soluciones puede revisar `practice_web/router.ex`
## Licencia
BSD 3-Clause License
## Elixir Chile
Creado por la comunidad de [Elixir Chile](https://elixircl.github.io).