Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

References

Olivier Goulet edited this page Sep 25, 2021 · 11 revisions

This page links various resources such as documentation, tutorials, and walkthroughs.



General Resources

  • Pull Request Etiquette link

React

  • Ben Awad's React Tutorial Playlist link

Resources for Client

TailwindCSS

  • Official documentation link
  • Quick introduction (in 100 seconds) link
  • Project setup and building a website example link
  • Setting up TailwindCSS with webpack (focus on Tailwind aspect) link

Resources for Server

Express

Official API documentation link

Cors Official API documentation link

Prisma

  • Setting up Prisma v2 link
  • Crash course link

Resources for both Server and Client

TypeScript

  • Setting up TypeScript with tsc compiler link

Prettier

  • Pre-commit hook setup tutorial link

Prevent Merge Conflicts

  • Preventing Git merge conflicts
  • Whenever it is possible, use a new file in preference to an existing one.
  • Do not always put your changes at the end of a file.
  • Do not organize imports.
  • Do not beautify a code outside of your changes.
  • Push and pull changes as often as you can.

Clone this wiki locally