jturner707 / CPWBookStore

This is an advanced javascript class project to learn git, github, and TypeScript
https://jturner707.github.io/CPWBookStore/
0 stars 0 forks source link

CPW 204 Bookstore

This repository is a class example used to gain experience with source control and TypeScript.

Live Website

Check out the live website hosted by GitHub Pages

Getting Started

Installing TypeScript

Compiling TypeScript

To compile the TypeScript files with the watch option, run the following command: tsc --watch . Using the watch options, only requires us to compile once each time the project is opened.