A simple example that demonstrates how to build a CRUD application on the Internet Computer using Motoko and React.
- DFINITY SDK v0.6.4
- Node.js v12.x
- Vessel v0.4.1 (Optional)
Start a local internet computer.
dfx start
Execute the following commands in another tab.
dfx canister create --all
dfx build
dfx canister install --all
open "http://127.0.0.1:8000/?canisterId=$(dfx canister id www)"
Observe the CRUD application running in your web browser.