A project supporting / testing the following:
- AngularJS with Redux store (ng-redux)
- AngularJS with Typescript and SASS
- Gulp with webpack
- Webpack and webpack-dev-server
- AngularJS components (both smart and dumb)
- Node and npm
- Build tools
npm install -g gulp webpack typescript
npm install
gulp webpack
gulp ds
Alternatively to ds (webpack-dev-server), install http-server
and run http-server -p <port>
- ng-redux (Angular bindings for Redux)
- Redux basics