Create an HTML file like below. In the script tag, either you can use CDN link or from your local like
<script type="text/javascript" src="dojo/dojo/dojo.js"
data-dojo-config="async:true">
<!DOCTYPE html>
<html>
<head>
<met...