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.
22 lines
503 B
22 lines
503 B
This repository is the example of [@react-ssr/express](https://npm.im/@react-ssr/express).
|
|
|
|
## Usage
|
|
|
|
```zsh
|
|
# 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](https://github.com/saltyshiomix/react-ssr) - React SSR as a view template engine
|