This is a simple forecast app using AngularJS with Webpack.
After you have installed all dependencies you can now run the app with:
npm startIt will start a local server using webpack-dev-server which will watch, build (in-memory), and reload for you. The port will be displayed to you as http://localhost:8080/.
- Replacement for git clone - degit
- Bootstrap 3 Official
- angular-ui-router NPM package
- How to use index.js file(Properly)
- Using $scope.$watch in ES6
- Angularjs: 'controller as syntax' and $watch
- Digging into Angulars Controller as syntax
- angular 1.5 method .name in export angular.module
- Exploring ES6 Classes In AngularJS 1.x
- Advanced routing and resolves
- Pokemon github
- file-loader to load images by webpack
- creating a new variable in directive scope - stackoverflow
- Open Weather Map
- Open Weather Map - API doc $http.get(...).success is not a function
- Pass and access parameters through AngularJS http GET
- Why do I have to use $promise with $resource?
- How to use AngularJS $resource
- date filter in angularjs
- Unknown provider: $routeParamsProvider <- $routeParams - usage of $stateParams
- A parameter of ui-router in controller and resolve
- how to pass in state parameter to ui-router?
- AngularJS UI Router Parameters
- Angular async service
- All about $q and Promises in Angular