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

https://github.com/rixo/repro-systemjs


https://github.com/rixo/repro-systemjs

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

~~~bash
git clone git@github.com:rixo/repro-systemjs.git
cd repro-systemjs
yarn
yarn start
~~~

Open http://localhost:10001.

Console output:

~~~
foo
foobar
baz
~~~

Expected output:

~~~
foo
foobar
foobarbaz
~~~