Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/umermansoor/react-express-ssr
- Owner: umermansoor
- Created: 2020-06-07T18:57:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:34:41.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T04:22:50.305Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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
```