https://github.com/perty/elm-template1
https://github.com/perty/elm-template1
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/perty/elm-template1
- Owner: perty
- Created: 2022-11-17T13:58:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T17:44:04.000Z (over 3 years ago)
- Last Synced: 2025-01-18T18:40:44.476Z (over 1 year ago)
- Language: Elm
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Elm Template 1
Template used in the class "Become a programmer".
## Usage
### Initialize
1. Create your own repository with this repository as a template.
2. In your repository, run `npm install` to install tools we need.
### Development
Start the hot reload watcher with `npm start`. It will recompile as soon as you save a change.
Open the file `index.html` in you browser and try out your application.