@shikherverma/bs

Private B://

Usage no npm install needed!

<script type="module">
  import shikhervermaBs from 'https://cdn.skypack.dev/@shikherverma/bs';
</script>

README

Scripts overview

npm run start:dev

Starts the application in development using nodemon and ts-node to do cold reloading.

npm run build

Builds the app at build, cleaning the folder first.

npm run start

Starts the app in production by first building the project with npm run build, and then executing the compiled JavaScript at build/index.js.