https://github.com/harrison1/trilogy-components
React components
https://github.com/harrison1/trilogy-components
react typescript
Last synced: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:17:01.000Z (over 2 years ago)
- Last Synced: 2025-06-04T22:47:32.276Z (about 1 month ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage: https://harrison1.github.io/trilogy-components/
- Size: 6.09 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Trilogy Components
[](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`