cafe-for-cats / mobile

client-side code for the project 📱
1 stars 0 forks source link

Convert API from JavaScript to TypeScript #2

Closed dgatto closed 3 years ago

dgatto commented 4 years ago

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.