Skip to content

julietteeasley/c2-labs-demo

Repository files navigation

C2 Labs Demo

22 May 2020

Overview

This demo was written for C2 Labs, Inc. This is a simple frontend app written in Angular to show basic development skills.

Technology

  • Angular CLI 9.1.7
  • Visual Studio Code 1.45.1

Setup

Mac OS Instructions

To run this project, install it locally using npm:

$ brew install node

$ npm install -g @angular/cli

$ ng new c2-labs-demo

$ cd ../c2-labs-demo

Frequently Used in Terminal:

Command Description
git status view all new or modified files in branch
git add stages files for commit
git commit -m "description of change" commit changes to head
git push -u origin sample creates remote branch which tracks local branch and pushes local changes to remote
git pull pulling remote changes to local repository
git checkout -b product-cards new branch named 'product-cards' and checks it out
ng serve --open starts webserver & opens browser tab (localhost:4200)
ng generate component component-name generates component named 'component name'

Sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published