https://github.com/ronanyeah/elm-webpack
An Elm + Webpack example with live reload
https://github.com/ronanyeah/elm-webpack
elm elm-ui example typescript webpack webpack5
Last synced: 2 months ago
JSON representation
An Elm + Webpack example with live reload
- Host: GitHub
- URL: https://github.com/ronanyeah/elm-webpack
- Owner: ronanyeah
- Created: 2020-07-21T14:13:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T03:25:31.000Z (3 months ago)
- Last Synced: 2025-04-10T04:29:28.682Z (3 months ago)
- Topics: elm, elm-ui, example, typescript, webpack, webpack5
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm + Webpack example
## Requirements
- [npm CLI](https://docs.npmjs.com/)---
## How to fetch dependencies
- `npm install`## How to build
- `npm run build`## How to develop
- `npm run watch`
- Navigate to [localhost:8000](http:localhost:8000).