mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
DocumentList demo
Install:
npm install
Set authentication token value in the index.html
<script>
localStorage.setItem('token', '<AUTH-TOKEN>');
</script>
Run the project:
npm start