Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arthrp/jsfibonaccimodules

Simple example of using modules in vanilla JS
https://github.com/arthrp/jsfibonaccimodules

fibonacci js-module

Last synced: 10 days ago
JSON representation

Simple example of using modules in vanilla JS

Awesome Lists containing this project

README

        

# jsfibonaccimodules
Simple example of using modules in vanilla JS

## Running locally

You need to serve the page from local server, since trying to load modules while running from file system will fail in all major browsers. Also - currently works only in Chromium, local modules import fails in FF.