Alex-75855/LearnLoop
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
HOW TO RUN THE WEBSITE AFTER CLONING 1. Install Node.js Download from https://nodejs.org/ if you do not already have it. 2. Install project dependencies Open a terminal in the project folder (the one containing package.json) and run: npm install 3. Start the development server npm run dev 4. Open the website After starting the dev server, Vite will print a URL such as: http://localhost:5173/ Open this link in your browser. React Router will handle all navigation inside the app.