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 da166c93d7
Update env example with oauth api credentials
4 years ago
server Add google auth strategy 4 years ago
views Add google auth strategy 4 years ago
.gitignore Fix gitignore and add server files 4 years ago
LICENSE Clone react-ssr-tsx-starter 4 years ago
README.md Clone react-ssr-tsx-starter 4 years ago
docker-compose.yml Fix gitignore and add server files 4 years ago
env.example Update env example with oauth api credentials 4 years ago
package-lock.json Remove passport-instagram package and type 4 years ago
package.json Remove passport-instagram package and type 4 years ago
setup_env.sh Add mongo, passport and user model 4 years ago
ssr.config.js Clone react-ssr-tsx-starter 4 years ago
tsconfig.json Add google auth strategy 4 years ago
tsconfig.server.json Clone react-ssr-tsx-starter 4 years ago
types.ts Remove passport-instagram package and type 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`)

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