Treefrog Universal - A minimal boilerplate with productivity set to 11.
Angular 2 with universal rendering, latest and greatest from Webpack(Dll and HMR), a Trails.js backend and Sass/Flexbox front-end with routing and API driven development ready to go. What more could you ask for?
$ npm installWe chose angular/universal for server-side rendering and SEO. The result is near instant page load time and a highly scalable and portable design.
$ npm run build:dll // initially and after any vendor update
$ npm run build
$ npm startnpm run build && npm start in another terminal npm run server:dev:hmr navigate to localhost:8080 in the browser to see it.
We will try to keep updating this repository as new releases of the libraries become available, but if something is broken please report an issue or submit a [pull-request] :)