codeBelt/typescript-hapi-react-hot-loader-example

Dev build not working on Windows (yarn dev)

codeBelt opened this issue · 1 comments

Windows has a hard time with the single & for parallel executions. Its to do with "dev": "cross-env npm run watchServer & npm run devServer",.

Same as JS version: codeBelt/hapi-react-hot-loader-example#21

Fixed in #3