alexinasra / ReactSSRExample

React modular monorepo template project.

Repository from Github https://github.comalexinasra/ReactSSRExampleRepository from Github https://github.comalexinasra/ReactSSRExample

#React Graphql i18next server-side render hot module reload base project.
Modify mongodb configuration file (/packages/config/mongodb.config.js, then run yarn install.

yarn install
yarn workspace @react-ssrex/ui build [--watch] #You can rebuild the ui components at any time. but first you have to build it.
yarn workspace @react-ssrex/server dev:start [--disable-auth] [--disable-user] [--disable-admin] [--disable-webapp] #start server in development mode
  • main app (@react-ssrex/webapp) at: localhost:3030/
  • authentication app (@react-ssrex/auth) at: localhost:3030/auth
  • admin dashboard (@react-ssrex/adminconsole) at: localhost:3030/adminconsole
  • main user settings (@react-ssrex/userconsole) at: localhost:3030/userconsole

About

React modular monorepo template project.

License:MIT License


Languages

Language:JavaScript 80.0%Language:TypeScript 16.6%Language:SCSS 2.4%Language:EJS 1.0%