It is a simple starter template build on Internet Computer
Fork or Clone this repo and install all dependencies
nvm use && npm ci
npm run dev
npm run build
zsh script/deploy.sh # online
zsh script/deploy.sh test # test canister
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