This directory contains the source code for the Elm: The Pragmatic Way video course.
The starter-project/bingo
directory is a skeleton Elm project that includes an HTML file and a CSS file, so you can focus on writing Elm code.
To get started, change directory into the starter-project/bingo
directory and follow along with the videos!
The video-code
directory contains snapshots of the code as it stands after each course video, if you need the files.
The finished-project
directory contains the final version of the application we build throughout this course.
The server
directory contains a server.js
file that uses json-server as a simple REST API and a db.json
file that json-server
uses as its database.
This software is Copyright (c) 2016 The Pragmatic Studio, unless otherwise marked. Software from other projects are subject to the license(s) appropriate to those projects. You are responsible for complying with licenses for software you use.
If you have purchased this video course, we grant you permission to use this software and associated documentation files (the "Software") for your personal educational purposes only, including the rights to use and modify the Software subject to the following conditions:
-
You may not use this Software to create training material, courses, books, articles, and the like.
-
You may not sell, distribute, or publish this Software.
Please contact us if you are in doubt.
This Software is provided for educational purposes only, and comes with absolutely no warranty. We make no guarantees that this code is fit for any purpose.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.