react server render demo
npm install react-server-render-appAn universal React isomorphic boilerplate for building server-side render web app with express.
 
- React
- React Router
- Redux
- less
- PostCSS
- express
- Webpack
- Babel
- Babel+
- ESLint
- Code Splitting
- 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.