Skip to content

NunezGabriel/tekton-university

Repository files navigation

Project Vue.js 3 Tekton University 📖🟢

➡️ You can try the project here

This project is a web application developed in Vue.js 3 that uses Vue Router for navigation, Faker.js for dummy data generation, and LineIcons for icons.

Requirements

  • Node.js: Make sure you have Node.js installed on your system. You can download it here.

Instalation

  1. Clone this repository to your local machine:

    git clone https://github.com/NunezGabriel/tekton-university.git
  2. Navigate to the project directory:

    cd tekton-university
  3. Install the dependencies:

    npm install

Execution

Once you have installed the dependencies, you can run the application locally. Use the following command:

npm run dev