rangle-starter
rangle-starter copied to clipboard
Even though the `app.json` file seems to configure NPM_CONFIG_PRODUCTION=false, deployment attempts on Heroku do not work until this setting is manually added to heroku using the heroku toolbelt. Steps to...
(**edit**: tracking items with a tasklist) Doing typescript with react is still a bit unconventional, but I think there's a lot of promise there. However the current starter has a...
Upgrade the Angular 2 example application to: - [ ] conform to the angular.io style guide with respect to `NgModule`s - [ ] use lazy loading for routes - [...
How do we want to deal with the whole Angular2 -> Angular, Angular1 -> AngularJS thing?
Getting some PRs from the community now which is great. We should post some contribution guidelines. Tips on rangle-flow, CI, etc. Might be able to recycle from other open Rangle...
I'm a big fan of yarn: https://yarnpkg.com/ I don't think we should require people to use it, but it might be worth getting it to work on CI for reliability...
As of Webpack 2, UglifyJSPlugin does not automatically set loaders into minimize mode ([see here](https://gist.github.com/sokra/27b24881210b56bbaff7#loader-options--minimize)). We need to ensure that minimization is happening for production builds to continue our reduction...