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

Latest commit

 

History

History
32 lines (22 loc) · 676 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 676 Bytes

Platformer

Work In Progress!

A pet project for testing native browser capabilities for simple features generally used by everyday apps.

Without any dependencies or build steps.

Start

The app should run in server context, but in local development mode it's required to fire up a static server with mock data.

npm install
npm start

Agenda

  • No build steps
  • Hash routing
  • Basic authentication and authorization
  • Semantic HTMl elements where possible
  • Layouts with slots

Known limitations

  • Lazy module imports are not supported by native APIs
  • Minification not available by default
  • Cache busting not available by default