1.0.0 • Published 8 years ago
durandal-redux-typescript v1.0.0
Durandal Redux Webpack
This is a sample project that demonstrates the use of Webpack with Durandal and Redux to bundle the SPA.
Quickstart
Install the package dependencies with
npm installStart webpack and navigate to localhost:8080 with
npm run devBuild
Production bundle
npm run buildThen build files will be in the dist folder.
Test
Run all tests
npm run testTo watch tests as you are developing
npm run test:watch1.0.0
8 years ago