Skip to content

Craga89/durandal-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!