Skip to content
/ ssr Public

A simple React SSR setup that includes hot reloading on front- and backend

Notifications You must be signed in to change notification settings

EloB/ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Side Rendering example

Installation

git clone git@github.com:EloB/ssr.git

# This might be fixed if my PR is merged.
# https://github.com/webpack/webpack-dev-server/pull/1441/files
cd ssr/node_modules/webpack-dev-server
npm install
npm run prepublish
cd ../../

Development

npm run dev

Production

npm run build
npm start

About

A simple React SSR setup that includes hot reloading on front- and backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published