Skip to content

NnsDAO-tech/FE-template-react

Repository files navigation

FE-template-react

It is a simple starter template build on Internet Computer

Installation

Fork or Clone this repo and install all dependencies

nvm use && npm ci

Development

npm run dev

Build

npm run build

Deploy

zsh script/deploy.sh  # online

zsh script/deploy.sh test  # test canister

Command

dfx deploy --no-wallet --network ic

dfx identity get-principal

dfx canister --network ic start assets

dfx canister --network ic install assets -m reinstall

Refer