UWCodeForce / student-net

https://uwcodeforce.ca
2 stars 11 forks source link

Add a dockerized dev environment setup for Student Net. #7

Closed aalekhpatel07 closed 3 years ago

aalekhpatel07 commented 3 years ago

Includes some instructions for setup and usage.

Meharban-Singh commented 3 years ago

It looks like this is using TypeScript. I am not sure if we would wanna use TypeScript with the project. I mean I love TS but this might be too much for students to learn at the same time while learning new frameworks AND while learning what 'backend' and 'frontend' actually is. What do you think @xTrig

Does this force us to use TS @aalekhpatel07?

aalekhpatel07 commented 3 years ago

It looks like this is using TypeScript. I am not sure if we would wanna use TypeScript with the project. I mean I love TS but this might be too much for students to learn at the same time while learning new frameworks AND while learning what 'backend' and 'frontend' actually is. What do you think @xTrig

Does this force us to use TS @aalekhpatel07?

Yes, the project was bootstrapped with --typescript flag. If it helps, I've changed that to JS now.