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

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

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/)