NnsDao / iclandlord-fe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Roadmap

About

License:MIT License


Languages

Language:TypeScript 67.7%Language:CSS 20.7%Language:JavaScript 11.1%Language:HTML 0.3%Language:Shell 0.2%