Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 357 Bytes

File metadata and controls

16 lines (11 loc) · 357 Bytes

Angular-2-NET-Core-Weather-Checker

Source code for the series on creating a weather checker using Angular 2 and .NET Core.

When you grab this code, you'll probably need to run this to compile the vendor.js file.

webpack --config webpack.config.vendor.js

webpack

If you don't have webpack, install it using NPM.

npm install -g webpack