https://github.com/tanisha03/react-ssr
Server-side rendering with React
https://github.com/tanisha03/react-ssr
Last synced: about 2 months ago
JSON representation
Server-side rendering with React
- Host: GitHub
- URL: https://github.com/tanisha03/react-ssr
- Owner: tanisha03
- Created: 2020-08-15T20:04:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T18:24:18.000Z (about 3 years ago)
- Last Synced: 2025-02-13T04:31:19.488Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Server Side Rendering Example Code
Server-Side Rendering with React from scratch.
## Getting started
Fork and clone the git repo locally.
Then install the dependencies
```shell
npm install
```
Starting the mock API server```shell
npm run api
```Starting the react server
```shell
npm start
```View it on [localhost:3000](http://localhost:3000/)