This project is bootstrapped with Create Elm App.
Below you will find some information on how to perform basic tasks. You can find the most recent version of this guide here.
In the project directory you can run:
Builds the app for production to the build
folder.
The build is minified, and the filenames include the hashes. Your app is ready to be deployed!
Runs the app in the development mode.
The browser should open automatically to http://localhost:3000. If the browser does not open, you can open it manually and visit the URL.
The page will reload if you make edits. You will also see any lint errors in the console.
You may change the listening port number by using the PORT
environment variable. For example type PORT=8000 elm-app start
into the terminal/bash to run it from: http://localhost:8000/.
You can prevent the browser from opening automatically,
elm-app start --no-browser