Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T17:33:21.000Z (10 months ago)
- Last Synced: 2024-05-01T06:45:25.140Z (7 months ago)
- Topics: chile, elixir, liveview, phoenix, surface-ui
- Language: Elixir
- Homepage:
- Size: 337 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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).