This repository is the example of @react-ssr/express.
# installation
$ git clone https://github.com/saltyshiomix/react-ssr-jsx-starter.git
$ cd react-ssr-jsx-starter
$ yarn (or `npm install`)
# development mode
$ yarn dev (or `npm run dev`)
# production mode
$ yarn start (or `npm start`)
saltyshiomix/react-ssr - React SSR as a view template engine