Boilerplate template for Server-Side Rendering with React
Go to file
2024-04-12 21:58:11 -04:00
src add redux 2024-04-12 21:58:11 -04:00
.gitignore exclude public build 2024-04-12 19:55:23 -04:00
package.json consolidate dev scripts with npm-run-all 2024-04-12 19:58:26 -04:00
README.md looks weird without a README.md 2024-04-12 21:03:33 -04:00
webpack.base.js refactor for common webpack config 2024-04-12 19:55:40 -04:00
webpack.client.js add redux 2024-04-12 21:58:11 -04:00
webpack.server.js use webpack-node-externals in server build 2024-04-12 20:04:31 -04:00

Server-Side React Boilerplate

From the Udemy course "Build React, Redux, and React Router apps using Server Side Rendering (SSR), Isomorphic, and Universal JS techniques"