Note - to do the react tutorial on CS, follow the "Setup Option 2" instructions at react tutorial setup. It may or may not matter if you do this inside of your public_html directory.
After you have verified that it works on port 3000 you can edit your
package.json file and replace the start line in that file with
"start": "PORT=49900 react-scripts start", with
some port that nobody else is using. Then you can browse your site
at cs.indstate.edu:49000 (or whatever port you are using).
Flutter
PhoneGap
Note: course website layout/code/template from Steve Baker.
Anything horrible is not his fault.