/photo_groove

Primary LanguageJavaScript

photo_groove

An POC aplication based on the fantastic book of Elm in Action by Richard Feldman.

You can find two additonal branches where I have used two different libs to add styles to the applicacion:

To run style-elm-ui:

yarn install
yarn dev

To run style-elm-tailwind-modules:

yarn install
yarn compile:css
yarn dev