Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 378 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 378 Bytes

Durandal + Webpack

This is a sample project that demonstrates the use of Webpack with Durandal together to bundle your SPA.

Quickstart

Install the package dependencies with

npm install

Start the webpack at localhost:8080 with

npm run dev

Go forth!