/locations

A simple web application that allows the user to maintain a list of categorized name locations.

Primary LanguageJavaScript

MyLocations WebApp

A simple web application that allows the user to maintain a list of categorized name locations.

Installation

To install MyLocations on your local machine, make sure you do the following:

  • Clone this repository into the desired folder by typing the following command:
git clone https://github.com/orenreu/locations [TARGET_DIRECTORY]
  • Install all required modules by typing the following command:
npm install

Running

Web Application

  • Run the application by typing the following command:
npm start