Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 348 Bytes

#ImmutableAssignTest

Demonstrate using immutable-assign with webpack and awesome-typescript-loader.

##Install dependencies

npm install

##Build project with webpack

npm run build

##Run output from node

npm start

##Run output from browser

npm start-browser