项目作者: mailtolioneldc

项目描述 :
React Universal Boilerplate
高级语言: JavaScript
项目地址: git://github.com/mailtolioneldc/universal.git
创建时间: 2018-11-23T10:50:51Z
项目社区:https://github.com/mailtolioneldc/universal

开源协议:MIT License

下载



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:

  1. git clone

Build and run in development mode:

  1. npm run start:dev

Build and run in production mode:

  1. 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: