ssr-react-router-node-boilerplate icon indicating copy to clipboard operation
ssr-react-router-node-boilerplate copied to clipboard

Results 2 ssr-react-router-node-boilerplate issues
Sort by recently updated
recently updated
newest added

after npm run start:dev go to http://localhost:8080/ it show Error: Request failed with status code 503: Oh No! I cannot find the telepathic pokemon... maybe they knew we were coming!...

In package.json the following needs changed from: `"start:dev": "parallelshell 'npm run build:watch' 'npm run build:watch:client' 'nodemon ./build/server/index.js'",` to: `"start:dev": "parallelshell \"npm run build:watch\" \"npm run build:watch:client\" \"nodemon ./build/server/index.js\"",` https://github.com/darkguy2008/parallelshell/issues/1