/ts-hyperapp

Minimal environment to build great things with minimal dependencies.

Primary LanguageTypeScript

A Hyperapp typescript approach

Minimal environment to build great things with minimal dependencies.

Getting started

// Install dependencies
npm install
// Run application (port: 1234)
npm start

Main uses

  1. To develop easily some features inside a big project
  2. Create portfolios
  3. Develop "only-read" pages
  4. Build "dummy" components with less logic and interaction

Next features

  • Testing support
  • Multiple environment configurations
  • Routing logic
  • SPA attempt