0.1.0 • Published 7 years ago

react-server-render-app v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

react-server-render

An universal React isomorphic boilerplate for building server-side render web app with express.

PRs Welcome npm

Technology Stack

Getting Started

  • Require Node.js v6 or later.
  • npm install to install dependencies and devDependencies.
  • npm run dev to start up the development environment without server render.
  • npm run build:dev && npm start to start up the development environment with server render.
  • npm run build to compile and bundle the client and server files.
  • npm start to deploy the production server.