Skip to content

My html5 boilerplate with configuration and capabilities for starting typescript-based esnext apps or modules

Notifications You must be signed in to change notification settings

sc0ttwad3/my-html5-boilerplate

Repository files navigation

my-html5-boilerplate

My html5 boilerplate with configuration and capabilities for starting typescript-based esnext apps or moduless

Contains

  • TypeScript compilation and .d.ts definition generation.
  • Jest. A modern, well integrated test framework with optional Typescript support (provided through ts-jest) and coverage reporting.

In Development

Easily serve the contents with a local HTTP2 server simplehttp2server from the Google Chrome team:

On first run will drop cert.perm and key.perm into directory being served

Setup

$ npm install

Development

$ npm build
$ cd src
$ simplehttp2server

Testing

npm test

Documentation

Soon to be utilizing ESdoc which is better suited to ES2017+ projects.

Note

This project is still evolving to encompass further refinements and customizations.

To Do

License

MIT

About

My html5 boilerplate with configuration and capabilities for starting typescript-based esnext apps or modules

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published