- app
- build
- lerna
- react
- starter
- storybook
- typescript
- uilib
-
Clone this repo
-
Install dependencies
# yarn is fine too npm i
then
npm run bootstrap
-
To build all
npm run build:app npm start
-
To work with lib
npm run build:lib npm run story
This will start storybook
-
Now, it's ready!
- Try changing the lib, it should reflect the changes directly
- Now, you can start developing your React library!
Licensed under the MIT license.