Skip to content

ababup1192/elm-dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Develop Environment

CircleCI

Install

$ npm i

Launch develop server

$ npm start

Test

$ npm test

Build

$ npm run build
$ open dist/index.html