2016-05-26 10:24:44 +01:00

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