| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
>yo react-cdk react-wizard
>git clone https://github.com/sm-react/react-cdk-windows-scripts.git
>react-cdk-windows-scripts\copyto react-wizardThen manually change in package.json -> "scripts" :
>cd react-wizard >npm install
Now you can use:
>npm publish >npm run lint >npm run lintfix >npm run testonly >npm run test >npm run publish-storybook
if you have problems with test-watch script like here, so you can't use it from cmd However, as a temporary solution you can run it from mintty shell. Possible you already have it if you use Git for windows or your can install cmder. To run this script you need to change in package.json -> "scripts" :
$npm run test-watch
| Back | FazBrowse Home | New Git URL |