mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
c87a20ea2517c79cafaef7906da25e267f87af21

I18n translate: this connects to #3
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 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%