This is an explorative repository of React-based components using Typescript, React, Vite, and Storybook.
If you clone the repository:
- run
nvm use
or if you have the auto script from the nvm docs, you should pick up the .nvmrc file - run
npm run storybook
to view the components - You can view the published Storybook instance here: https://jt-react-components.netlify.app/storybook/
- run
npm run dev
- You can view the published app here: https://jt-react-components.netlify.app/
- Any push to the
main
branch will get build on Netlify - Storybook gets built to a
storybook
directory: https://jt-react-components.netlify.app/storybook/ - The main app gets built to https://jt-react-components.netlify.app/