dojo.js
Dojo.js is the official JavaScript package for dojo. It provides a set of tools and utilities to interact with dojo and build JavaScript based apps.
Start dojo
This will provide you with a list of templates to choose from which all have the necessary configuration to get started with dojo.js.
npx @dojoengine/create-dojo start
Recommended Setup - Using the SDK with React
This will provide you with a starter template for building a React application using the Dojo SDK.
npx @dojoengine/create-dojo start -t example-vite-react-sdk
Read about the offical SDK here.
Advanced Setup - Using the SDK with RECS
This will provide you with a starter template for building a React application using the Dojo SDK and RECS state management.
npx @dojoengine/create-dojo start -t example-vite-react-app-recs