Skip to content

Template for modular projects using React, Node.js, Lerna and GraphQL

Notifications You must be signed in to change notification settings

sharmita3/nodejs-react-monorepo-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-react-monorepo-starter-kit

Template for modular projects using React, Node.js, Lerna and GraphQL.

For an updated version of this templates, please head over to Goldstack and have a look at the Next.js Template.

Build

git clone git@github.com:mxro/nodejs-react-monorepo-starter-kit.git
cd nodejs-react-monorepo-starter-kit
lerna bootstrap

Development Environment

To spin up a local development server with hot reload, run:

yarn build
yarn watch

This will perform hot reloads on the main server component server-main and React app client-main. To enable hot reloading on other components, also run the following in a different terminal window:

yarn watch-componentss

Deploy

To run production version

yarn build
PORT=8081 yarn serve

Based on

About

Template for modular projects using React, Node.js, Lerna and GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.9%
  • HTML 15.7%
  • CSS 4.4%