Skip to content

patrickcsullivan/elm-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Starter

A starting template for an Elm project.

Dependencies

Make

Install Make.

Elm 0.19.1

Install Elm 0.19.1 using the steps described here.

http-server

Install NVM and Node using the script here.

Next, install http-server.

npm install --global http-server 

Running the project

To build the project run

make

To clean the build artifacts run

make clean

To run a local server run

make run

About

A simple Elm starter project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published