Skip to content

Instantly share code, notes, and snippets.

@samlinux
Created March 17, 2022 09:35
Show Gist options
  • Save samlinux/addfbe9b823fe19be5948e8eb411a5af to your computer and use it in GitHub Desktop.
Save samlinux/addfbe9b823fe19be5948e8eb411a5af to your computer and use it in GitHub Desktop.
Angular meets Internet Computer
# terminal 1
dfx start --clean
# terminal 2 ( the backend will start automatically )
dfx deploy frontend
# or deploy all canister
dfx deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment