Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

DevDengChao/static-website-over-fc

Repository files navigation

Static website over fc

This sample project shows how to deploy your static website onto Aliyun's Function compute.

How to use?

Execute fun-local-start.cmd script or run fun local start, then your website is running inside Fc now.

Let's check it out at http://localhost:8000/2016-08-15/proxy/service/function

How it works?

  1. We deploy our static website to function compute's custom runtime environment.
  2. We start a light-weight http-server to host our content at port 9000 inside FC.
  3. Fc forward outside's request to inner server, thus your content is showing.

About

Deploy your website onto FC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published