1.0.45 • Published 6 years ago

cao-sandbox v1.0.45

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Caring Bridge Component Library

Compilation of Reusable Components

Getting Started

Obtain the publishing token if you need to publish updates to npm

export NPM_TOKEN="PROVIDED_NPM_TOKEN"

Initial Run

If you are not using yarn install

npm install -g yarn

Get the latest

yarn install

Update your test snapshots

yarn test -u

Load the Storybook

yarn storybook

Useful Extensions

  • Chrome Debug - Microsoft
  • ESLint - Dirk Baeumer
  • TSLint - egamma
  • Typescript React Code Snippets - infeng
  • npm intellisense - Christian Kohler
  • npm - egamma

Debuging

This should allow for breakpoints to set when developing components.

1) Intall Chrome Debug Extension

>  Chrome Debug - Microsoft

2) Select Debug -> Start Debugging from main menu.

This will create a new file if not present under the `.vscode` folder called `launch.json`.

3) Configure Chome Debug

Usually the port used for storyboard is `9001`
Fix webRoot to use `${workspaceFolder}/src`.

Your configure should look similar to this:


    {
        "type": "chrome",
        "request": "launch",
        "name": "Launch Chrome against localhost",
        "url": "http://localhost:9001",
        "webRoot": "${workspaceFolder}/src"
    }

Install Component Library

yarn add cb-component-library react react-dom @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome

Navigation

  • TaskBar
1.0.45

6 years ago

1.0.43

6 years ago

1.0.42

6 years ago

1.0.41

6 years ago

1.0.40

6 years ago

1.0.39

6 years ago

1.0.38

6 years ago

1.0.37

6 years ago

1.0.36

6 years ago

1.0.35

6 years ago

1.0.34

6 years ago

1.0.33

6 years ago

1.0.32

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago