Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 333 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 333 Bytes

Dart Webpack loader example

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

Install dependencies

$ npm install

Compile

$ npm run compile

Serve

Run

$ npm run serve

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