Barebones logo

Getting started

After setup and inspecting these example components:

  1. Remove Barebones examples and references. Within the project directory in Terminal run yarn run init. This script also deletes itself.
  2. Customize the meta in /index.html.
  3. Customize the icons in /content.
  4. Customize the Browserslist browser support queries in /package.json for build tools.
  5. Edit /readme.md to be about your project.
  6. Re-run the build and start scripts. A clean slate!

Counter example

Below is an example component with an ES6 class and SVG symbol icons. You can find the assets in /components/counter and can see it being initialized in /components/app/index.js.

0