NodeJS
├── Vite
│ ├── ReactJS
│ │ ╰─── react-query(tanstack)
│ ╰─── TailwindCSS
│ ╰─── flowbite
╰── axios
- Clone the repository with git
git clone https://github.com/gelbphoenix/my_webpage.git
- Move into the directory and install the dependencies (Make sure to have npm and node installed - check with
node -v; npm -v
)
cd ./my_webpage
npm install
- Start the dev server
npm run dev