Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brijeshb42/react-ssr-example

Example Typescript React project with SSR
https://github.com/brijeshb42/react-ssr-example

react server-side-rendering typescript webpack

Last synced: about 2 months ago
JSON representation

Example Typescript React project with SSR

Awesome Lists containing this project

README

        

## react-ssr-example

An example React project to showcase -

* Server-side rendering
* Hot-reloading
* Typescript
* Lazy loading

Setup -

1. Clone project

```sh
git clone https://github.com/brijeshb42/react-ssr-example.git
cd react-ssr-example
```

2. Install deps

```sh
yarn
```

3. Start dev server
```sh
yarn start
```