aimlabs-js-starter

AIMLABS JavaScript starter project

Usage no npm install needed!

<script type="module">
  import aimlabsJsStarter from 'https://cdn.skypack.dev/aimlabs-js-starter';
</script>

README

AIMLABS JavaScript Starter

This project is a boilerplate template for any javascript project at aimlabs.

Clone the repository and install dependencies

yarn install

Production build

yarn build

Dev build and local server

yarn serve

To generate docs

yarn generate-docs

Documentation is generated and is available under <PROJECT_ROOT>/build/docs