Application showing functional programming concepts in Elm.
After cloning the repository, you should run the following command:
npm install
Windows - make sure you are running the command prompt with administrator
privileges.
npm start
- starts the development server on port 3000npm run server
- starts the fake API on port 3001
- Elm Guide - a nice beginner guide to Elm
- HTML-to-Elm - HTML in, Elm out