Skip to content

RGKrish183/ssr-reactapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssr-reactapp

Simple SSR for React with Expressjs

npx create-react-app ssr-reactapp

cd ssr-reactapp

yarn add express

yarn build

yarn add @babel/preset-env @babel/preset-react @babel/register ignore-styles

then add package.json script command

"ssr": "node server/index.js" 🎉

🚀 npm run ssr

Your server side render app ready, Happy Coding! 😉😉😉

About

Simple SSR for React with Expressjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published