Skip to content

kibbled/angular-sample-project

Repository files navigation

Angular Sample Project

Welcome to the Angular code test project.

Resources & Bookmarks

Angular Angular CLI Typescript Yarn CLI

Prerequisites

For a Mac install Homebrew first: Homebrew Homepage. After installing run brew install wget. To test wget, run wget http://www.google.com.

  1. Homebrew
  2. Node
  3. Yarn

Setup

To install global depdendencies, on a command-line run the following:

yarn global add typescript
yarn global add @angular/cli

Fork this repository to your user on Github then clone the repository (from command-line):

git clone git@github.com:[YOUR_USER_NAME]/angular-sample-project.git

Change directories to this new project: cd angular-sample-project

Install project dependencies: yarn install

Run from commandline (hit CTRL-C to stop)

yarn start

OR run from VS Code

code .

From the menu at the top of VS Code, click Tasks, then Run

Angular-CLI Basics

How to create a new component

ng g component component-name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published