This repository is a simple React App.
It contains a launch.json that helps executing the app on Visual Studio Code.
App should launch on port 3000. It displays a white page.
You can also start the app by typing:
npm start
Once you finish the development of your app, you should be doing:
npm build