react-expressjs icon indicating copy to clipboard operation
react-expressjs copied to clipboard

Simple and compact boilerplate for ReactJS project with expressJS

Results 16 react-expressjs issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.0.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.7.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Error `Plugin/Preset files are not allowed to export objects, only functions` resolves by this presets: ```javascript { "presets": ["@babel/preset-env", "@babel/preset-react"] } ```

Hi, is there a way to serve static file on apache server. The example that I know that is working is on Angular, on angular we just run ng build...

question

I cloned a fresh version of this repository and ran npm install. Following that I do npm run dev and when I navigate to localhost:8080 all I get is an...

Hi, Would you please illustrate how one would implement a development version of the production server? I am trying to write functionality that will be handled by the server at...

question

This project is supported code splitting ?