This project was bootstrapped with Create React App.
To set up the development environment for the frontend, first install Node.js somehow.
Then run in this directory:
npm installTo run a preview of the frontend in development mode, run:
npm startThen, use your web browser to open http://localhost:3000.
To make a production build of the frontend which can be served with ImSwitch, run:
npm run buildTo run automated tests, run:
npm startThe frontend is only meant to be served from the ImSwitch backend. Refer to the information on deployment in ../README.md.