Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.17 KB

MediaWatchListing

This is the repository for my project Media Watch Lsiting

Project Description

JavaScript frameworks help you code more quickly, by providing special functionality for developing specific types of web projects. Angular was designed by Google to address challenges programmers face building single-page applications.

Instructions

  1. Make sure you have these installed
  1. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)

    git clone https://github.com/kumardss/MediaWatchListing.git

  2. CD to the folder

    cd media-watch-listing

  3. Run the following to install the project dependencies:

    npm install

  4. Run the npm start command to build the code, watch for file changes, and serve up the site locally:

    npm start

Note that the site will run using lite-server and will be served up at the following local address:
http://localhost:3000

If you use a code editor that launches its own web server please note that it may run on a different port number. You will want to use npm start for this project.