https://github.com/ladybug-tools/spider-react
Latest build viewer
https://github.com/ladybug-tools/spider-react
3d gbxml react viewer-parser
Last synced: 8 months ago
JSON representation
Latest build viewer
- Host: GitHub
- URL: https://github.com/ladybug-tools/spider-react
- Owner: ladybug-tools
- License: mit
- Created: 2019-03-31T13:23:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:52:31.000Z (over 3 years ago)
- Last Synced: 2024-01-24T11:43:28.968Z (over 2 years ago)
- Topics: 3d, gbxml, react, viewer-parser
- Language: TypeScript
- Homepage: https://www.ladybug.tools/spider-react/
- Size: 9.56 MB
- Stars: 3
- Watchers: 6
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Storybook TypeScript React Component Library
Simple to use TypeScript React Component Library with Storybook 5 and test running with Jest.
Compiles all code to a build folder for exporting. Creates a static version of Storybook site for hosting. Makes assumptions on TypeScript, TSLint, Webpack, and storybook Addon configurations.
## Available Scripts
In the project directory, you can run:
### `npm start`
Starts the storybook site at http://localhost:53217/
### `npm test`
Runs all tests with Jest and React-Test-Renderer
### `npm run test:update`
Runs all tests and updates snapshots for jest and create a coverage report
### `npm run test:coverage`
Runs tests and creates a coverage report
### `npm run build`
Compiles source files into build directory with type annotations upon succesful lint and typescript rules passing.
Builds a static site of storybook to be hosted to your liking.