/Feather

A lightweight and fast Web UI on the Vanilla JS, NO Frameworks like React or Angular, NO npm

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Feather lightweight JS Web application

1. General Description

Feather is a lightweigh and performance optimized JS Frontend application, key fetures:

  1. No Framework like React, Angular, Vue, no odd DOM manipulation
  2. No Deps from NPM
  3. JavaScript not Typescript
  4. Small
  5. Used following libs:
  • purecss as css/pure-min.css

2. Run

How to run as application:

  1. Via Nginx without Additional WebServer
  2. Via http-server
npm install http-server -g
https-server .

3. Extend and Use