Skip to content

mailtolioneldc/universal

Repository files navigation

React Universal Boilerplate 📦

What is this?

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.

Quick Start

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.

What is Included?

This boilerplate uses the following packages: