Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 493 Bytes

File metadata and controls

44 lines (30 loc) · 493 Bytes

Project Architecture

What are the main skills?

⚽ React.js
⚾ Redux + Saga
🥎 Tailwind CSS
🏀 Typescript
🏐 Vite

Problem

https://github.com/innoloft/Frontend-Application

Solution

🛠 How to run in local

npm run dev

🛠 How to link the code

npm run lint

🛠 How to check the format of code

npm run format:check

🛠 How to format the code

npm run format

🛠 How to build

npm run build