Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Simple static web site

Get started with development of a simple html web site. This template uses https://tailwindcss.com for basic layout and styling.

Quick Setup

Option 1: Create a new project with this template (Recommended)

coho create myweb --template static-website-tailwindcss
cd myweb
npm install

Option 2: Install in an existing directory

mkdir myweb
cd myweb
coho install static-website-tailwindcss
npm install

Deploy

coho deploy

Test

Visit https://{YOUR-DOMAIN-HERE}/index.html to verify a successful deployment.

You should see something like this in your browser:

screenshot