This repository was archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
References
Olivier Goulet edited this page Sep 25, 2021
·
11 revisions
This page links various resources such as documentation, tutorials, and walkthroughs.

- Pull Request Etiquette link
- Ben Awad's React Tutorial Playlist link
- 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
Official API documentation link
Cors Official API documentation link
- Setting up TypeScript with
tsccompiler link
- Pre-commit hook setup tutorial link
- 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.