/react-ssr-jsx-starter

An example of @react-ssr/express

Primary LanguageJavaScriptMIT LicenseMIT

This repository is the example of @react-ssr/express.

Usage

# 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`)

Related

saltyshiomix/react-ssr - React SSR as a view template engine