Skip to content

AlexVCS/Vue-10

Repository files navigation

St. Pete Yoga Club

A SPA showing a yoga club in the Tampa Bay area. Powered by Vue.

Take a look at the yoga club 🧘

Table of Contents

Screenshots

Yoga club homepage

Yoga club members page

Setup

Git and Yarn are required to run this project. Install Git by following this. If you don't have Yarn installed please follow these instructions.

  1. Click the green code button:

Screenshot showing the green code button on GitHub

  1. From there, click the button to the right of the URL under HTTPS. This will copy the URL of the repository.

  2. Then open your terminal or command line. If you haven't used the command line before learn how to here.

  3. If you've got a folder where you keep projects, change directories into that folder. After that type this command:

git clone https://github.com/AlexVCS/Vue-10.git

This clones the repository to your local machine. It has a root directory called Vue-10 to store all the files.

  1. Change directories into that folder:

cd Vue-10

After that you can open the project in your text editor of choice. I use Visual Studio Code and launch it from the command line. Learn how here.

  1. Once you have the project open, you need to install the dependencies. Run this in your command line from the root (mad-libzz folder) of the project:

yarn install

  1. After that finishes, run this to start the project:

yarn serve

  1. Go to your browser and type in this address:

http://localhost:8080/

Technologies

  • Vue
  • CSS
  • JavaScript

Attributions