Pinned Loading
-
-
Phoenix + esbuild + yarn + postcss +...
Phoenix + esbuild + yarn + postcss + tailwindcss + cpx2 1# Getting started
2If you just want to copy-paste this it should "just work", but you'll need to get `yarn` set up. Follow the instructions at https://yarnpkg.com/getting-started/install OR just run:
3- `npm install -g yarn`
4- `yarn set version berry`
5- `yarn install` # this should make a `.yarn/`, `yarn.lock`, and `.pnp.js`
-
elixir OTP reminders
elixir OTP reminders 1defmodule MyMod do
2use GenServer
34def child_spec(args) do
5IO.inspect(args, label: "*** MyMod.child_spec/1")
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.