/aurelia-skeleton-webpack

Aurelia Skeleton app that uses webpack for loading, building and bundling instead of SystemJS/JSPM

Primary LanguageJavaScriptMIT LicenseMIT

aurelia-skeleton-webpack

Experimental Aurelia Skeleton app that uses webpack for loading, building and bundling instead of SystemJS/JSPM.

Getting started

Clone this repository, go to the directory where your clone is located and then hit

npm install

followed by

npm run dev

You can now browse the skeleton app at http://localhost:3000.

To make a development bundle (output to /build):

npm run build

To make a production bundle (output to /dist):

npm run prod