Switch branches/tags
Nothing to show
Find file History
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
..
Failed to load latest commit information.
Main.elm
Model.elm
Readme.md
Update.elm
View.elm
app.css
elm-package.json
gulpfile.js
index.html
package-lock.json
package.json
plan.md

Readme.md

Baseball Scorekeeper Prototype

Prerequisites

  • Elm-lang 0.18.0
  • Node.js 8.11.3
  • gulp 3.9.1

Courtesy :

Elm for beginners

This repository is created to record the learning path of Elm-lang basics. Among all the directories, you will want to try "scoreKeeper" to view the source code of "Baseball Scorekeeper" application.

How to run Baseball Scorekeeper application

  1. Install the prerequisites and dependencies
  2. Clone this repository
  3. Change directory to scoreKeeper
  4. Run gulp
  5. You could notice that server starts at http://localhost:4000
  6. Open the above link in your browser and you should be able to see the working application