All Projects → jfairbank → programming-elm.com

jfairbank / programming-elm.com

Licence: other
Source for programming-elm.com

Programming Languages

elm
856 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

programming-elm.com

This repo contains the source for programming-elm.com, the accompanying website and API to my book Programming Elm from the Pragmatic Programmers.

Run API Locally

As you work through the book, I encourage you to use the API endpoints provided from the server at programming-elm.com for simplicity's sake. However, if you would prefer to run the server locally, you may do so by following these instructions:

npm install
npm start

The server should start on port 5000:

Server listening at http://localhost:5000

Then, as you follow along with the book, replace the protocol and domain for the HTTP and WebSocket URLs from the code samples like so:

https://programming-elm.com  ==>  http://localhost:5000

wss://programming-elm.com    ==>  ws://localhost:5000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].