@krazyjo/wheather-app
v0.0.0
Published
## Test setting up a component library This project is a test for being able to deploy a component library with react + vite + typescript.
Downloads
1
Readme
React Component Library + TypeScript + Vite
Test setting up a component library
This project is a test for being able to deploy a component library with react + vite + typescript.
hint: it works fine ;)
This is done with this nice tutorial.
node version manager
In this repository is a file called .nvmrc
. This file contains the node version this project is build with.
You can use the command nvm use
in the root directory of this project to switch to the used version.
To archive this, nvm
needs to be installed. The installation instructions for Mac are here.
storybook
This project uses Storybook to generate a component library for easier development.
Just run npm rum storybook
. The browser open automatic.