You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
503 B
503 B
This repository is the example of @react-ssr/express.
Usage
# installation
$ git clone https://github.com/saltyshiomix/react-ssr-tsx-starter.git
$ cd react-ssr-tsx-starter
$ yarn (or `npm install`)
# development mode
$ yarn dev (or `npm run dev`)
# production mode
$ yarn build (or `npm run build`)
$ yarn start (or `npm start`)
Related
saltyshiomix/react-ssr - React SSR as a view template engine