Skip to content

pairshaped/elm-webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm and Webpack Starter Kit

Prerequisites

Install Node & NPM (recommend using Node Version Manager https://github.com/creationix/nvm)

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash

Install Elm

npm install -g elm

Project Installation

git clone [email protected]:pairshaped/elm-webpack-starter.git

After cloning the repository, install all the necessary dependencies:

cd elm-webpack-starter
npm install && elm-make

Running

Now run the example using the webpack dev server:

npm start

Then open http://localhost:3000

About

Elm and Webpack Starter Kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published