Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Latest commit

 

History

History
49 lines (41 loc) · 1.18 KB

File metadata and controls

49 lines (41 loc) · 1.18 KB

react-example-august-2017

Express+PUG ServerSideRendering with React Component

Install

Node Environment

  • nvm NodeVersionManager
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
  • node Latest version
nvm install 8.2.1
  • pm2 PM2 Server (watch,demon)
npm install pm2 -g
npm install yarn -g

Application

yarn install

Run - Build

Server with Application

npm run app:dev

Assets for Client

npm run build:dev

Links