express-react-starter icon indicating copy to clipboard operation
express-react-starter copied to clipboard

A starter template for running React and Express from the same project

Results 6 express-react-starter issues
Sort by recently updated
recently updated
newest added

jade "~1.11.0" in /server/package.json is dependent on **constantinople 3.0.2** jade was last update 8 years ago. Replaced by pug **constantinople 3.0.2** has a sandbox bypass vulnerability leading to arbitrary code...

Hey man could you please explain more about this module? i've tried whatever you told me to but its not working

I cloned the repo, run `npm install` and `npm test a`. resultet in ``` RUNS src/App.test.js /Users/dnltsk/projects/express-react-starter/node_modules/react-scripts/scripts/test.js:22 throw err; ^ TypeError: Network request failed at XMLHttpRequest.xhr.onerror (/Users/dnltsk/projects/express-react-starter/node_modules/whatwg-fetch/fetch.js:436:16) at XMLHttpRequest.callback.(anonymous function)...

Downloaded and builded the app, after deployment to the azure and try to enter webap url server is responding with err 503 and message on page Service Unavailable. Did same...

Hey, I just read the article on medium. Thanks! Based on the [best practices guide](https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md), I have a few suggestions: - I am not sure if azure has a way...

These aren't so much issues, but requests for clarification... 1. creat-react-app has a proxy facility for an api server (as described in https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#proxying-api-requests-in-development) Does this project (express-react-starter) replace the need...