Universal React Redux Registration
Search…
Getting Started
Backend Project architecture
Frontend Project architecture
Clone the repository
Set-up the Backend
Set-up the Frontend
JSON Web Tokens
Server & Client Bundles
Unit tests
Create new pages
Restrict Access (Authenticated Users Only)
Redux-Form
Custom Layouts
Custom Page titles and SEO
SCSS
Fonts & Font Icons
Images
Powered By
GitBook
Server & Client Bundles
Webpack outputs both a Server and Client bundle for our Frontend code.
For security reasons, the server bundle exits outside of the public directory, which means that the file is NOT publicly accessible.
Webpack is also configured not to bundle any libraries that exist in the 'node_modules' folder into the server bundle as they are not needed.
Previous
JSON Web Tokens
Next
Unit tests
Last modified
3yr ago
Copy link