pweb frontend project
- Elm 89%
- CSS 8.7%
- HTML 1.3%
- JavaScript 1%
| .github/workflows | ||
| assets | ||
| review | ||
| src | ||
| .gitignore | ||
| .gitpod.yml | ||
| elm-tooling.json | ||
| elm.json | ||
| index.html | ||
| LICENSE | ||
| main.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| style.css | ||
| vite.config.js | ||
Soundscapes
Features
- Hot Module Reload of all code in the app (including Elm)
- Integration with Vite static asset handling
- Tooling installation via elm-tooling
- Includes Elm, elm-format, elm-json, and elm-test-rs
- Basic unit test and elm-review examples
- Github Actions CI for running tests
- Recommends the Elm VS Code extension
For a single page app (SPA) version of this template, check out vite-elm-spa
Get Started
Running it
cd soundscapes
npm install
npm run dev
Vite : Vite's official documentation.
Elm : Elm's official homepage.