mix deps.get
cd assets && npm i
make dev
make test
make e2e
Now you can visit localhost:4333
from your browser.
https://gustavoaraujo.dev/elixir/2022/12/07/til-elixir-how-to-unlock-dependencies.html
mix deps.clean --unused --unlock
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Guides to creating modern UIs with components.
Covers React, TypeScript, Accessibility, HTML, CSS, JavaScript, WebAssembly.