Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umermansoor/react-express-ssr

Boilerplate template for Server-side Rendered React App with Express & Node. Alternative to the bloated create-react-app
https://github.com/umermansoor/react-express-ssr

Last synced: 7 days ago
JSON representation

Boilerplate template for Server-side Rendered React App with Express & Node. Alternative to the bloated create-react-app

Awesome Lists containing this project

README

        

# react-express-ssr
Boilerplate template for Server-side Rendered React App with Express. Alternative to the bloated create-react-app

## Instructions

### To start

```
npm run start:dev
```
### To see logs

```
npx pm2 logs
```