Skip to content

haastrupea/express-cra-react-monolithic-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-react monolith Boilerplate

This is a expressJs application setup with client-side rendered react app. Feel free to use

Installation process

  • Install react and express run npm run setup
  • Install react alone run npm run setup:client
  • Install express alone run npm run setup:server

Building React app

  • run npm run build:client

Production Setup

  • To start in production mode run npm start

Development Setup

  • start both react and expressJs in dev mode run npm run dev
  • start react alone in dev mode run npm run start:client

About

This is a setup for react(cra app) and express as a monolithic app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published