Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 537 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 537 Bytes

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