arnolddustin / zero-to-coding

Online materials for Compass Zero-to-Coding series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zero-to-coding

Online materials for Compass Zero-to-Coding lunch and learn series.

Getting started

This section starts at the very beginning. If you've attended the Part 1: Hello World session and are ready to go through the online exercise, you're in the right place.

First things first

To begin, you'll need to install the frameworks and applications needed to write, build, and run your code. Go to each of these links and follow the instructions for installing each one. When completed, you're ready to begin the Part 1: Hello World walk-through.

Part 1: Hello World

This is the step-by-step walkthrough demonstrated in the Part 1: Hello World session. To begin the walkthrough, click here for the Part 1: Hello World walkthrough

Part 2: Hello Data

This is the step-by-step walkthrough demonstrated in the Part 2: Hello Data session. To begin the walkthrough, click here for the Part 2: Hello Data walkthrough

Download and run the samples

This section describes how to connect and download the samples from the git repository, then how to build and run the sample app.

  1. Open a command prompt
  2. Clone the git repository by typing git clone https://github.com/arnolddustin/zero-to-coding.git. This command makes a copy of the repository on your computer.
  3. Open the zero-to-coding-app folder
  4. Checkout the branch for sample you want to run. This points your computer's git repository to code created during the walk-through.
    • Checkout the part1 branch by typing git checkout part1.
    • Checkout the part2 branch by typing git checkout part2.
  5. Install npm packages by typing npm install.
  6. Run the app by typing ng serve
  7. Open a web browser to http://localhost:4200 to run the application in your browser.

Further information

About

Online materials for Compass Zero-to-Coding series


Languages

Language:TypeScript 78.1%Language:JavaScript 16.7%Language:HTML 4.6%Language:CSS 0.7%