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-cliyarn installdfx start --clean --background
dfx canister create Hello
dfx deploy Helloyarn start