/aerial

Aerial React UI component library

Primary LanguageTypeScriptMIT LicenseMIT

Aerial User Guide

Congrats! You just saved yourself hours of work by bootstrapping this project. Let’s get you oriented with what’s here and how to use it.

If you’re new to TypeScript and React, checkout this handy cheatsheet

Active status

Workflow

Commands

The recommended workflow is to build it:

npm install # or yarn install
npm run build # or yarn build

This builds to /dist.

Then run either Storybook or the example playground:

Storybook

Run inside another terminal:

npm run storybook # or yarn storybook

This loads the stories from ./stories.