An open API service indexing awesome lists of open source software.

https://github.com/perty/elm-template1


https://github.com/perty/elm-template1

Last synced: over 1 year ago
JSON representation

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.