mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
f87e81ed3dd0f70ded16cf440afc70eb9ba7baef
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 run global
to install global dependenciesnpm install
to install local dependencies
Serve
npm start
to build your client app and start a web servernpm 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
Description
Languages
TypeScript
92.1%
HTML
6.9%
SCSS
0.9%