/braid-demo

Primary LanguageTypeScript

braid-demo

This project is powered by sku, braid and built with React.

Getting Started

First of all, make sure you've installed Yarn.

Then, install dependencies:

$ yarn

Workflow

Start a local development server:

$ yarn start

Run unit tests:

$ yarn test

Lint and format code:

$ yarn lint
$ yarn format

Build assets for production:

$ yarn build