Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harrison1/trilogy-components

React components
https://github.com/harrison1/trilogy-components

react typescript

Last synced: 22 days ago
JSON representation

React components

Awesome Lists containing this project

README

        

Trilogy Components

[![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://storybook.core.domain.com)

## Get Started

#### First install typescript
`npm install -g typescript` or `yarn add global typescript`

#### If Needed Upgrade Node
Upgrade to latest LTS version of Node.js for best experience

#### Install dependencies
`npm install` or `yarn`

#### Spin up Storybook
`npm run storybook` or `yarn storybook`

Storybook will be on `localhost:6006`

#### Format code with Prettier
`npm run format` or `yarn format`

## Test
`npm run test` or `yarn test`

## Build Storybook docs
`npm run build-storybook` or `yarn build-storybook`

## Build Core (this will output a core folder of components)
`npm run build` or `yarn build` or `tsc`