An open API service indexing awesome lists of open source software.

https://github.com/mgdm/js-module-skeleton

Skeleton is a bit much. This is just a handy place to keep the package.json and .babelrc.
https://github.com/mgdm/js-module-skeleton

Last synced: about 1 month ago
JSON representation

Skeleton is a bit much. This is just a handy place to keep the package.json and .babelrc.

Awesome Lists containing this project

README

        

This just contains enough package.json and .babelrc to be able to convert JSX into calls to Preact's `h()` function. It shouldn't change much else, and relies on modern browsers supporting JavaScript Modules to handle module loading, using something like

```html

```