The purpose of this project is to create a service that can be used both internally and externally for any kind of customers that need an interactive Business Model Canvas (BMC) or Value Proposition Canvas (VPC).
This project requires this api mock to run: https://github.com/syron/businesstools-api
Create an environments file 'environment.ts' in /src/environments/ in order to run the app on your local machine and paste in the following. Replace all the empty values.
export const environment = {
production: false,
apiEndpoint: '',
auth0: {
clientID: '',
domain: '',
audience: '',
redirectUri: ''
}
};
Execute the following command ng serve
and redirect your browser to the displayed url in your command line tool, e.g. http://localhost:4200/
.
Enjoy creating your Business Model Canvas tool.