Skip to content

PrivateCodeRetreat3/elm-november

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Template

This is a very basic Elm template for use with things like Code Retreat.

Initial Set Up

  1. Create a new repository from this template and clone it.
  2. Run npm install to set up Elm and all the required tools.

Running Tests

Run the tests once:

npm run test

Continutally watch for file changes and rerun the tests:

npm run watch

Run the Elm program in the browser

Run the Elm reactor:

npm run start

The navigate your browser to http://localhost:8000/src/Main.elm.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages