Closed yenting-biao closed 11 months ago
On the contrary, I think Frontend/
should be placed under src/
. Additionally, it should be renamed to frontend/
since it is the only out-of-place capitalized identifier in the repository.
On the contrary, I think
Frontend/
should be placed undersrc/
. Additionally, it should be renamed tofrontend/
since it is the only out-of-place capitalized identifier in the repository.
But there will be two src in the frontend path, eg. src/frontend/src/...
, which is weird. In Next.js, there are other files in the same level with src
directory.
You can check the directory structure of the reference code of Web Programming, 112-1-unit2-simple-chat-room
, the Next.js server and the Express.js server is in two different folders, web
and server
, rather than put all the code under src/
.
You are right. We can unpack backend/src/
. I still think Frontend/
should be changed to frontend/
.
y @ZaiKuku
Should we rename our backend folder from
src/backend
tobackend
? Thesrc
folder seems useless.