A boilerplate to create Universal React Application.
Before getting started, you need to clone the boilerplate to your local machine first.
git clone https://github.com/rezo-labs/universal-react-app <your_project_name>
cd <your_project_name>
npm install
After successfully installing all dependencies, there is one more step to go. Run the following command:
npm run setup
This command will setup everything needed for a new project without your touch. The installation process is now finished. Let’s Getting Started.