Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 755 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 755 Bytes

Build Status

microblog-elm

Requirements

Node (>= 6.9) installed

Yarn (>= 0.21.3) installed

npm install -g [email protected]

Development

Installing the application

yarn

Launching tests

yarn test
or
yarn test-watch

Building CSS

yarn build-css

Launching the application

It uses webpack 2 to sequentially run the ELM compiler, build the resulting JS bundle and serve it through a dedicated local server.

yarn watch

You can then access the application : http://localhost:8080