Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

fl0zone/template-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Site Quickstart

Backend engineering, supercharged.

Overview

Use this repository to get up and running on FL0 with the following stack:

Language HTML/CSS/JS
Web Server HTTPD or Nginx

Getting Started

To run this locally, follow these steps from inside the root of this repo:

  1. npm i -g http-server
  2. http-server -p 3000
  3. Visit http://localhost:3000 to see your app running

Deploying to FL0

Clone this repo and deploy it on FL0 instantly by setting an environment variable BP_WEB_SERVER=httpd

Questions

If you have any questions about FL0 or this template codebase please head on over to our Discord channel.

Issues

Any issues or feature requests can be raised on the Issues page of this repo.

License

This template repository is MIT licensed.