Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harrison1/trilogy-components
- Owner: Harrison1
- License: mit
- Created: 2019-03-30T10:39:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:17:01.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T10:13:03.328Z (7 months ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage: https://harrison1.github.io/trilogy-components/
- Size: 6.09 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`