noherczeg / platformer

App with only browser capabilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

App with only browser capabilities.


Languages

Language:JavaScript 89.7%Language:HTML 9.2%Language:CSS 1.1%