Express+PUG ServerSideRendering with React Component
- 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
- yarn Yarn
npm install yarn -g
yarn install
Server with Application
npm run app:dev
Assets for Client
npm run build:dev