You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ecommerce_docker/frontend_server/node_modules/react-error-overlay
sigonasr2 ff7945a554 Create Docker app with frontend,backend,database modules 5 years ago
..
lib Create Docker app with frontend,backend,database modules 5 years ago
LICENSE Create Docker app with frontend,backend,database modules 5 years ago
README.md Create Docker app with frontend,backend,database modules 5 years ago
package.json Create Docker app with frontend,backend,database modules 5 years ago

README.md

react-error-overlay

react-error-overlay is an overlay which displays when there is a runtime error.

Development

When developing within this package, make sure you run npm start (or yarn start) so that the files are compiled as you work. This is run in watch mode by default.

If you would like to build this for production, run npm run build:prod (or yarn build:prod).
If you would like to build this one-off for development, you can run NODE_ENV=development npm run build (or NODE_ENV=development yarn build).