Skip to content

buglessir/react-ssr

Repository files navigation

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

About

React js Server-Side-Rending with Express js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published