React Universal Boilerplate
This is a boilerplate for rendering a React application both on the server and client.
It includes support for store, code-splitting, routing, hot reloading, linting, auto code formatting and more.
Clone this repo:
git clone
Build and run in development mode:
npm run start:dev
Build and run in production mode:
npm run start:prod
And visit http://localhost:3000 in your browser to see your app.
This boilerplate uses the following packages: