Baseball Scorekeeper Prototype
Prerequisites
- Elm-lang 0.18.0
- Node.js 8.11.3
- gulp 3.9.1
Courtesy :
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
- Install the prerequisites and dependencies
- Clone this repository
- Change directory to scoreKeeper
- Run
gulp - You could notice that server starts at
http://localhost:4000 - Open the above link in your browser and you should be able to see the working application