Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 473 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 473 Bytes

React js SSR Application

This is a simple and powerful example to implement React applications in SSR mode with Express js.

How to use ?

first install node packages:

npm install

for development mode run this command :

npm run dev

to serve your app in SSR mode, you must first run the build script :

npm run build

and then :

npm run serve

now open this url in your browser to check SSR mode : http://localhost:4000

Enjoy ;-)