- Install Node https://nodejs.org/dist/v22.18.0/node-v22.18.0-x64.msi
- Verify node installation -> Open CMD
node -v && npm -v - Open workspace(Desktop, Downloads, etc) -> Open CMD
- Create vite project (REACT)
npm create vite@latest - Steps from vite 1.Create App -> 2.Package Name(lowercase) -> 3.Stack or Library(React) -> 4. Variant (TypeScript)
- cd /appName
npm install && npm run dev - Identifying Components (react-router, axios, tailwindcss, heroicons)
- Install react-router: https://reactrouter.com/start/declarative/installation
- Install Axios: https://axios-http.com/docs/intro
- Install tailwindcss: https://v3.tailwindcss.com/docs/installation ->Visit tab "Using PostCSS" Note: "v3.4.17" tailwindcss
- Insall Heroicons https://www.npmjs.com/package/@heroicons/react -> For icon lists: https://heroicons.com/
forked from McGwery/MUST-FieldLearningApp
-
Notifications
You must be signed in to change notification settings - Fork 0
B-code2030/MUST-FieldLearningApp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Must field learning application
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 92.3%
- JavaScript 4.9%
- HTML 2.0%
- CSS 0.8%