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