Basic outline to get you started with your repo.
Some issues representing tasks for this class.
You can set this up to automatically run tests whenever you commit. I have not played with this much, but it's probably a good idea to add some testing to your project.
Project management board and with issues added. You can view the Project in timeline-view or boards-view.
Basic template for a wiki. Remember, your third "paper" will be your repository wiki.
cd client
npm run dev
cd server
npm run start
If you want to use bun
instead of node
, just replace npm
with bun
.