Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.16 KB

File metadata and controls

29 lines (21 loc) · 1.16 KB

treefrog-universal

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?

Installation

$ npm install

Why Universal?

We chose angular/universal for server-side rendering and SEO. The result is near instant page load time and a highly scalable and portable design.

Getting Started

$ npm run build:dll // initially and after any vendor update
$ npm run build
$ npm start

HMR

npm run build && npm start in another terminal npm run server:dev:hmr navigate to localhost:8080 in the browser to see it.

Visit Your Browser

http://localhost:3000/

Updates/Bugs/Features

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] :)