Skip to content

ofrebourg/ng-universal-demo

 
 

Repository files navigation

Minimal Starter with Angular on both Server and Browser Platforms

Get Started

npm run start

Developement mode

  • Terminal 1: npm run watch
  • Wait for the build to finish
  • Terminal 2: npm run server

Prod mode

Includes AoT

npm run build:prod
npm run server

Based on https://github.com/FrozenPandaz/ng-universal-demo.

Differences

This example includes a simple configuration file (src/config/app.config.ts), a simple service that retrieves data from an external web service, and support for LESS style files.

Known Issues

  • AOT compilation is failing because of ExtractTextPlugin in webpack.common.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.2%
  • JavaScript 28.5%
  • CSS 3.8%
  • HTML 2.5%