dspace-angular
A UI for DSpace based on Angular 2 Universal.
Currently this contains the Angular 2 Universal Starter codebase with a few tweaks.
Links
Requirements
Installation
npm install
Serve
-
npm start
to build your client app and start a web server -
npm run build
to prepare a distributable bundle
Watch files
-
npm run watch
to build your client app and start a web server
Development
- run
npm start
andnpm run watch
in two separate terminals to build your client app, start a web server, and allow file changes to update in realtime
AoT and Prod
-
npm run build:prod:ngc
to compile the ngfactory files and build prod