universal-create-react-app icon indicating copy to clipboard operation
universal-create-react-app copied to clipboard

Results 5 universal-create-react-app issues
Sort by recently updated
recently updated
newest added

Error occured while trying to proxy to: localhost:5678/static/js/2.chunk.js Error occured while trying to proxy to: localhost:5678/static/js/bundle.js

In 'scripts/start.js', there are these two lines: ``` const DEFAULT_CLIENT_PORT = parseInt(process.env.PORT, 10) || 3000; const DEFAULT_SERVER_PORT = parseInt(process.env.PORT, 10) || 5678; ``` Both constants use the `PORT` parameter, if...

When using the create-react-app to create myapp I could add the css CDN for react-bootstrap/bootstarp to the public/index.html when I ejected myapp I thought I could the same as above,...

`GET http://localhost:5678/sockjs-node/info?t=1505910062222 net::ERR_CONNECTION_REFUSED` Every time the server restarts it kills webpack on all sockets so ... after first reload the app just dies and you have to restart server manually.

I added sass-loader and some webpack configuration. When run "npm run build" , there is no error. when run 'npm run start', it consoles 'nodemon process exited with code 1'...