Skip to content

kumardss/NG2SampleSPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NG2-SampleSPA

This is the repository for my project Ng2-SampleSPA App

Project Description

This is a Single Page Application (SPA) developed by using Angular 2

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/NG2SampleSPA.git

  2. CD to the folder

    cd ng2-sample-spa

  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.

About

This is a Single Page Application (SPA) developed by using Angular 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published