Skip to content

Starter project for Next / React / Express Server and client HMR

License

Notifications You must be signed in to change notification settings

malixsys/next-react-express-hmr-starter

Repository files navigation

next-react-express-hmr-starter

Starter project for Next / React / Express with Client and Server HMR

StackBlitz

Open in StackBlitz

Development

  • Install dependencies
  npm install
  • Run in development
  npm run dev

Production

  • Install dependencies
  npm ci
  • Build application
  npm run build
  • Run application
  npm start

About

Starter project for Next / React / Express Server and client HMR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published