An example web app made with Elm
In August 2023, I took a gap year and started to build a CMS using Elm Land. I got pretty far with the design system and made a lot of Elm components, so I thought it would be fun to share the source code for the design system at https://design.jangle.io:
Feel free to take whatever you want from this project, I hope it helps you or your business make cool things with Elm! ❤️
npm start
The package.json
contains all the scripts used for local development and production builds.
Here are some of the most common commands:
npm start
- Runsnpm install
andnpm run dev
npm run dev
- Spins up the app, test suite, Storybook, and CSS codegennpm run build
- Runs CSS codegen andelm-land build
npm run test
- Runs test suite once