/angular-compsci

Compsci Problems and Exercises in an Angular4+ App

Primary LanguageTypeScript

AngularCompsci

This project exists for a few reasons:

  • I like Angular4+ and want to experiment with various parts of the framework
  • I also want to bone up on some computer science theory via some exercies

So I'll do both at the same time. Cool!

Installing Angular CLI

Follow the latest install instructions on the Angular CLI Github.

To Build and Run

  • clone the repo
  • cd angular-compsci1
  • npm install
  • ng serve --open