Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 272 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 272 Bytes

Sample react with webpack and docker project

  • can be run in development and production mode
  • development mode: webpack-dev-server
  • production mode: webpack with nginx

To run in development:

./start-development.sh

To run in production:

./start-production.sh