Example of the universal React app for the blog post purpose.
After you clone the repo, install all the necessary npm dependencies:
npm install
or
yarn
To run the App, just use npm run
:
npm run start
or
yarn start
Then, open the page http://localhost:3000 in your web browser.