-
Notifications
You must be signed in to change notification settings - Fork 1
Guides and Documentation
Jordan Janakievski edited this page Oct 27, 2023
·
5 revisions
Javascript (up to you to decide how much of each of these you should watch):
- Quick Guide: https://youtu.be/W6NZfCO5SIk?si=g0QCWKVR0FMdzGCR
- In-Depth Guide: https://www.youtube.com/watch?v=PkZNo7MFNFg
React.js - Frontend (Please follow along with the entire guide): https://react.dev/learn/tutorial-tic-tac-toe
Express.js - Backend: https://expressjs.com/
- Review and follow along with the "Installing", "Hello World" and "Basic Routing" sections under the Getting Started tab in the nav bar
For future reference
MUI (Frontend-Component Library): https://mui.com/material-ui/getting-started/
ORM Object-Relational Mapping: Sequelize https://sequelize.org/docs/v6/getting-started/
Vitest: https://vitest.dev/
Pino: https://github.com/pinojs/pino
Docker: