README
Bower Server (JS)
A quick'n'dirty port of Bower Server to JS. Why? The logic is simple and I am more familiar with JS so it's easier for me to muck around with.
A quick'n'dirty port of Bower Server to JS. Why? The logic is simple and I am more familiar with JS so it's easier for me to muck around with.
<script type="module">
import bowerServer from 'https://cdn.skypack.dev/bower-server';
</script>
A quick'n'dirty port of Bower Server to JS. Why? The logic is simple and I am more familiar with JS so it's easier for me to muck around with.