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.
Ian Mancini
6e5d325752
|
4 years ago | |
---|---|---|
server | 4 years ago | |
views | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
docker-compose.yml | 4 years ago | |
env.example | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago | |
setup_env.sh | 4 years ago | |
ssr.config.js | 4 years ago | |
tsconfig.json | 4 years ago | |
tsconfig.server.json | 4 years ago | |
types.ts | 4 years ago |
README.md
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