Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vexell/ssr
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vexell/ssr
- Owner: VeXell
- Created: 2020-01-23T15:12:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:40:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T07:23:50.131Z (over 1 year ago)
- Language: JavaScript
- Size: 1.67 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Test Server Side Rendering React App
SSR application with CSS modules.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).### Scripts
`yarn dev` - Start client side development
`yarn dev:server` - Start server side development with prod client build
`yarn build:client` - Build client side project
`yarn build` - Build server side and client side and put it to deploy directory