Skip to content

@angular 2 starter, @webpack 2 (and Webpack DLL plugin for faster dev builds), HMR (Hot Module Replacement) on top of a @trailsjs backend from your friends @CaliStyle

Notifications You must be signed in to change notification settings

gpazo/testing-app

 
 

Repository files navigation

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

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

About

@angular 2 starter, @webpack 2 (and Webpack DLL plugin for faster dev builds), HMR (Hot Module Replacement) on top of a @trailsjs backend from your friends @CaliStyle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.0%
  • CSS 23.7%
  • JavaScript 15.6%
  • HTML 4.7%