Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 344 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 344 Bytes

Scala.js Webpack loader example

This is a simple Hello World example of the Scala.js Webpack loader.

Install dependencies

$ npm install

Compile

$ npm run compile

Serve

Run

$ npm run serve

then open http://localhost:8080 in your browser.