windows scripts for kadirahq/react-cdk
Working under windows you can't use all the features of React-cdk because of unsupporting bash scripts. I hope it will be changed but for a while we can use this cmd scripts
- install react-cdk
- create your app
- Put publish_storybook.cmd into .scripts dir
- Change in package.json -> "scripts" -> "publish-storybook": ".scripts\publish_storybook.cmd"
- npm run publish-storybook
- profit! 👍