A simple command line app that will compile a routes file for the client and start up express. To use:
npm install --save react-server-cli react-server
- Add
./node_modules/react-server-cli/bin/react-server-cli
as the value forscripts.start
in package.json. npm start
from the directory that has your routes.js file.
The CLI builds and runs a react-server
project, using Express. It compiles
JS(X) and CSS into efficiently loadable bundles with code splitting using
webpack, and it supports hot reloading of React components on the client-side
during development.
See the React Server CLI guide