React + React Router + SSR.
npm start; # start the client dev server
npm run watch; # compile and watch the server procution in development modeThen visit http://localhost:9000.
Build for both client and server.
npm run build && npm run build:serverthen launch the production server:
NODE_ENV=production node server.jsVisit http://localhost:3000