Skip to content

jessietech08/BookStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPW 204 BookStore

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

Live Webiste

Check out the live website hosteed by GitHub

Getting Started

Installing TypeScript

  • Download and install the LTS version of Node.js
  • In the command line run this command exactly as shown npm install -g typescript.

Compiling TypeScript

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

VS Code Extensions

The following extensions are very helpful for development

  • Bootstrap Intellisense by Hosain Hossaini
  • Live server by Ritwick Dey

About

A class example to learn git, GitHub, and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors