- Copy Package.json Dependencies
- Run
npm install
in terminal (ctrl + ~) - Copy components directory into your project's src directory
- Copy main.js & app.module.js files into our src directory
- Replace gulpfile.js in your project with this repo's gulpfile.js
- Put this script tag right before your closing tag
<script src="dist/scripts/main.js"></script>
- Edit the content of src/component/navigation.html to include your tag