This is a expressJs application setup with client-side rendered react app. Feel free to use
- Install react and express
run
npm run setup - Install react alone
run
npm run setup:client - Install express alone
run
npm run setup:server
- run
npm run build:client
- To start in production mode
run
npm start
- start both react and expressJs in dev mode
run
npm run dev - start react alone in dev mode
run
npm run start:client