Universal React Redux Registration
  • 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
On this page

Clone the repository

Please fork a copy of this repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Alternatively download or clone the master branch.

Download the code

Clone the repo to your machine

git clone <CloneURL>

File structure

Within the project repository there is a folder labeled 'Backend' and another labeled 'Frontend'. These are two separate web apps that need to be configured, maintained and deployed separately.

Please follow the instructions within this documentation to proceed.

PreviousFrontend Project architectureNextSet-up the Backend

Last updated 6 years ago