vin-search

VIN Search & Results

Usage no npm install needed!

<script type="module">
  import vinSearch from 'https://cdn.skypack.dev/vin-search';
</script>

README

VIN Search

React SubApp for VIN Search & Results.

Built from SubApp React Boilerplate.

  • :wrench: Build Tools
  • :cop: ESLint
  • :bug: Testing
  • :link: API Mocking
  • :globe_with_meridians: Translations Managment (Sitecore compliant)

Core Dependencies:

Eslint Config

Babel Preset

React Subapp Utilities

  • Provides Webpack & Jest configurations.
  • Provides Translation Management utility.

Installation

1. Install Dependencies

npm install

2. Start the app

npm run start

The app will run on http://localhost:9000.

Publishing to NPM

Rename Jenkinsfile.example to Jenkinsfile.

Important:

  • The initial version of the package before adding Jenkinsfile should be 0.0.0.
  • Don't forget to add an .npmignore file, to limit what is included in the published package.

Docs

More documentation available in this package's WIKI