Skip to content

digitaldoggo/ic-angular-cli

Repository files navigation

IC Angular Cli Example

Requirements

Install the DFINITY Canister SDK

DFX_VERSION=0.7.0-beta.8 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)" 

Getting Started

Clone the repo

git clone https://github.com/yourkungfunogood/ic-angular-cli
cd ./ic-angular-cli

Install dependencies

yarn install

Deploy local backend

dfx start --clean --background
dfx canister create Hello
dfx deploy Hello

Start the client

yarn start

About

seed for angular 12 cli with motoko dfx backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published