You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same folder structure with public as a CRA but simplified bundle and lighter build
development and production setups ready for a production release
0 vulnerabilities (so far)
Configured for alias (already @components implemented)
SplitChunk optimization for spliting libraries bundles (react and reactDom so far, but you can add them into the regex)
Possibility to proxy your servers endpoints (example in webpack dev config)
start it with npm install then npm start
<w> [webpack-dev-server] "hot: true"# automatically applies HMR plugin, you don't have to add it manually to your webpack configuration.<i> [webpack-dev-server] Project is running at:
<i> [webpack-dev-server] Loopback: http://localhost:3000/
<i> [webpack-dev-server] On Your Network (IPv4): http://192.168.1.141:3000/
<i> [webpack-dev-server] Content not from webpack is served from '~/Documents/react-webpack5-boilerplate/build' directory
<i> [webpack-dev-server] 404s will fallback to '/index.html'<i> [webpack-dev-middleware] waituntil bundle finished: /
About
A React boilerplate with weback 5 containing a dev and prod server, an option to proxy backend and hot reloading