Skip to content

sandip-j/react-ssr

 
 

Repository files navigation

React Server Side Rendering With Nodejs

How To Setup Project

Note: Before setup of project please check node version should be 14.xx. Steps:

  • Clone this repository on your local machine.
  • Run command npm install
  • To start project, Run command npm start

Folder structure

. ├── build # Compiled files ├── config # configuration files related to webpack and build ├── src # Source files │ ├── core # all common code will reside here │ ├── pages # all routes/pages will reside here. Add new folder for every route │ ├── ssr # nodejs related code will reside here │ └── app.tsx # main(start) component └── README.md # documentation

How to build production build

How to add page or route

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • TypeScript 0.4%