== BaseReactApp ==
#Development
- do npm install.
- do npm start (keep terminal/console open).
- go to localhost:8080/
#Notes
- React changes will take effect automatically.
- CSS changes will need to refresh the page to have effect.
- After adding a new image, npm start must be run to add them in dist folder.