UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

𝗦𝗲𝘁 𝘂𝗽 Local Development Environments #78

Closed CaelumD25 closed 1 month ago

CaelumD25 commented 1 month ago

Description

Everyone on frontend needs to have their frontend development setup and working using the CI/CD pipeline.

Here are some tasks to make sure we're ready to code

relates: #26

Problem You're Trying to Solve

We need to be prepared for working on the code, this will make sure that we're all on a similar page.

Related External Resources

Familiarising yourself with the non-vanilla stack elements

Tool Description Quick Video Resource Docs
Vite('veet') JS bundler and React build tool Vite in 100 Seconds Vite docs
Axios Easier replacement for fetch,
HTTP client for React applications
Axios js tutorial in 120 seconds Axios docs
Cypress Testing framework for Web Apps Cypress in 100 Seconds Cypress docs
Typescript(TS) JS but more fancy with 🎩 types TypeScript in 100 Seconds TypeScript Docs and
TS for JS Programmers
Act Local Github Actions Testing Coding Short: Test Your Github Actions Locally with Act
Quickest one I could find
Act docs