Skip to content

jfrost1610/typescript-npm-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-npm-project

Sample typescript project managed using NPM.

Getting Started

This will help you to set the project up and running on your local machine for development and testing purposes.

Prerequisites

Setup

Check in your terminal if node and npm is succesfully installed.

node -v
npm -v

Install typescript

npm install typescript -g

Clone the project

git clone ${url}

Navigate to the cloned project directory and then install the project dependencies

npm install

Run the application

npm start

About

a sample typescript project managed using NPM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published