Install the DFINITY Canister SDK
DFX_VERSION=0.7.0-beta.8 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
git clone https://github.com/yourkungfunogood/ic-angular-cli
cd ./ic-angular-cli
yarn install
dfx start --clean --background
dfx canister create Hello
dfx deploy Hello
yarn start