Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vjousse/elm-workshop
An Elm workshop introducing several of the concepts in Elm 0.17
https://github.com/vjousse/elm-workshop
Last synced: about 1 month ago
JSON representation
An Elm workshop introducing several of the concepts in Elm 0.17
- Host: GitHub
- URL: https://github.com/vjousse/elm-workshop
- Owner: vjousse
- Created: 2016-05-18T04:56:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T20:09:56.000Z (over 8 years ago)
- Last Synced: 2024-10-07T04:21:09.332Z (3 months ago)
- Language: Elm
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm 0.17 Example
This project is an example package for an Elm UI using Elm 0.17 using webpack.
Work through the workshop by checking out `elm-workshop.md`## Prerequisites
* A working installation of [node.js][] with `npm`
* A working installation of [Elm][] version 0.17## Development
Run the following commands from the repository root to start the development server:
npm install
npm startThe cached Elm modules can be cleaned by running the `clean:elm` script:
npm run clean:elm
## Production Build
Run the following commands from the repository root to build the static site in `dist/`.
npm run build
You can start the included `express` server by switching to the `server/` directory and running:
npm start
[node.js]: https://nodejs.org/en/
[Elm]: https://elm-lang.org/