explore-services/portal-2
argiro.kokogiannaki c9c13f4b29 Import missing service - from previous commit, solving tabs issues (all visible)
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@44049 d315682c-612b-4755-9ff5-7f18f6832af3
2016-10-12 13:51:00 +00:00
..
src Import missing service - from previous commit, solving tabs issues (all visible) 2016-10-12 13:51:00 +00:00
.editorconfig commiting a more complete version of the project 2016-09-22 13:54:26 +00:00
.gitignore commiting a more complete version of the project 2016-09-22 13:54:26 +00:00
README.md commiting a more complete version of the project 2016-09-22 13:54:26 +00:00
app.json commiting a more complete version of the project 2016-09-22 13:54:26 +00:00
nodemon.json commiting a more complete version of the project 2016-09-22 13:54:26 +00:00
npm-shrinkwrap.json.stable Fix server rendering issue by updating Zone.js from 0.6.21 to 0.6.23 2016-09-29 13:22:54 +00:00
package.json add claim entities classes for linking, add an initial draft for generic autocomplete component 2016-10-04 13:56:04 +00:00
tsconfig.json commiting a more complete version of the project 2016-09-22 13:54:26 +00:00
webpack.config.ts commiting a more complete version of the project 2016-09-22 13:54:26 +00:00

README.md

Angular 2 Universal Starter Universal Angular 2

Server-Side Rendering for Angular 2

A minimal Angular 2 starter for Universal JavaScript using TypeScript 2 and Webpack 2

If you're looking for the Angular Universal repo go to angular/universal

Deploy

Installation

  • npm install

Serve

  • npm start to build your client app and start a web server
  • npm run build to prepare a distributable bundle

Development

  • run npm start and npm run watch in two separate terminals to build your client app, start a web server, and allow file changes to update in realtime

Watch files

  • npm run watch to build your client app and start a web server