8000 GitHub - B-code2030/MUST-FieldLearningApp: Must field learning application
[go: up one dir, main page]

Skip to content

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

B-code2030/MUST-FieldLearningApp

 
 

Repository files navigation

  1. Install Node https://nodejs.org/dist/v22.18.0/node-v22.18.0-x64.msi
  2. Verify node installation -> Open CMD node -v && npm -v
  3. Open workspace(Desktop, Downloads, etc) -> Open CMD
  4. Create vite project (REACT) npm create vite@latest
  5. Steps from vite 1.Create App -> 2.Package Name(lowercase) -> 3.Stack or Library(React) -> 4. Variant (TypeScript)
  6. cd /appName npm install && npm run dev
  7. Identifying Components (react-router, axios, tailwindcss, heroicons)
  8. Install react-router: https://reactrouter.com/start/declarative/installation
  9. Install Axios: https://axios-http.com/docs/intro
  10. Install tailwindcss: https://v3.tailwindcss.com/docs/installation ->Visit tab "Using PostCSS" Note: "v3.4.17" tailwindcss
  11. Insall Heroicons https://www.npmjs.com/package/@heroicons/react -> For icon lists: https://heroicons.com/

About

Must field learning application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • JavaScript 4.9%
  • HTML 2.0%
  • CSS 0.8%
0