Get started with development of a simple html web site. This template uses https://tailwindcss.com for basic layout and styling.
coho create myweb --template static-website-tailwindcss
cd myweb
npm installmkdir myweb
cd myweb
coho install static-website-tailwindcss
npm installcoho deployVisit https://{YOUR-DOMAIN-HERE}/index.html to verify a successful deployment.
You should see something like this in your browser:
