web-static

A front-end framework for static web sites

Usage no npm install needed!

<script type="module">
  import webStatic from 'https://cdn.skypack.dev/web-static';
</script>

README

Web Static

Web Static is a simple front-end JavaScript framework for static websites. I made this npm module to more easily create websites with static page routing and component features.

Installation

To install, run

sudo npm install -g web-static

Use

Starting a project

cd /path/to/project
static init

or

static init /path/to/project

Building a project

cd /path/to/project
static build

or

static build /path/to/project

After running the build command, open up build/index.html in your browser to access your project

Docs

Authors

  • Alex Lugo - Everything - website
  • That's all

If you like this framework, go ahead and subscribe to my YouTube channel!