Skip to content

light-cloud-com/starter-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light Cloud

Static HTML Boilerplate

A simple static HTML website, ready to deploy on Light Cloud.


Features

  • Pure HTML, CSS, and JavaScript
  • No build step required
  • Lightweight and fast
  • Ready for instant deployment

Local Development

Simply open index.html in your browser, or use a local server:

# Using Python
python -m http.server 3000

# Using Node.js (npx)
npx serve .

Deploy to Light Cloud

1. Create an Account

Visit console.light-cloud.com and sign up with GitHub or Google.

2. Create New Application

  1. Click "New Application" in the dashboard
  2. Select "Static Site" as the deployment type
  3. Choose "Static HTML" as the framework

3. Connect Repository

  • Option A: Fork this repository and connect it via GitHub
  • Option B: Push this code to your own GitHub repository and connect it

4. Configure Build Settings

Light Cloud will auto-detect your settings, but you can verify:

Setting Value
Build Command (leave empty)
Output Directory .

5. Deploy

Click "Deploy" and your site will be live in seconds!


WebsiteDocumentationConsole

Made with ☁️ by Light Cloud

About

Static HTML starter boilerplate for Light Cloud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors