https://github.com/xiewang/react-server-side-rendering
SSR for react with babel loader
https://github.com/xiewang/react-server-side-rendering
babel-loader react server-side-rendering ssr
Last synced: 2 months ago
JSON representation
SSR for react with babel loader
- Host: GitHub
- URL: https://github.com/xiewang/react-server-side-rendering
- Owner: xiewang
- License: mit
- Created: 2018-07-04T09:31:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T03:15:57.000Z (over 6 years ago)
- Last Synced: 2025-02-07T11:16:25.030Z (3 months ago)
- Topics: babel-loader, react, server-side-rendering, ssr
- Language: JavaScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-server-side-rendering
SSR for react with babel loaderExample
-------```sh
$ npm install react-server-side-rendering-demo
$ npm start
```Then navigate to [http://localhost:3000](http://localhost:8082)