Although, anything past the "Build a better User Interface" is kinda unnecessary right now.
Also, ensure that the app compiles through Docker with the typescript.
For now, it would probably just be best for the Docker to not care about any TS files and pull from the 'dist/src/*.js' files. This will most likely change when we do hot-reloading.
Convert our JS code in the API to TypeScript.
Here's a good starting place
Although, anything past the "Build a better User Interface" is kinda unnecessary right now.
Also, ensure that the app compiles through Docker with the typescript.
For now, it would probably just be best for the Docker to not care about any TS files and pull from the 'dist/src/*.js' files. This will most likely change when we do hot-reloading.