Skip to content

AlexVCS/florida-mango-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mangoes of South Florida

Maha chanok mango

Learn about different kinds of Florida mangoes :) Photos taken by my sister and yours truly (Alex).

🥭 😋

Table of Contents

Screenshots

Example of the what you initially see on Mangoes of South Florida. A delicious sight to take in!

Mango project loaded and looking at peach cobbler

Setup

Git, Node.js, and NPM are required to run this project. Install Git by following this. If you don't have Node and NPM 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/florida-mango-project.git

This clones the repository to your local machine. It has a root directory called florida-mango-project to store all the files.

  1. Change directories into that folder:

cd florida-mango-project

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 (florida-mango-project folder) of the project:

npm install

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

npm start

Technologies