Author: rbiggs
(c) 2018 All Rights Reserved
This project is created using Composi. You can learn more about Composi and how to use it at its website.
This is a conversion of the Angular Tour of Heroes:
-We rebuild this using Composi. For routing we used composi-router, an NPM module that provides client side routing. We set up the routes using the app's main component's componentWasCreated
lifecycle hook. Routes allow us to easily render the different sub-components with conditional logic.
We rebuild this using Compo
In order to build this project you need to install its dependencies. Use the terminal to cd
to this folder. Then run:
npm i
After NPM finishes installing, you can build and run it:
npm start
This will open your built project in your default browser.