Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

abelsromero/api-tsc-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO title

Project set up

  1. Installing dependencies locally

$ npm install

  1. Compiling $ npm run-script tsc

Running

tsc && node ./build/index.js

NOTES

Project creation

  1. Create directory (cannot be named typescript)

  2. Initialize npm. This will create packages.json. $ npm init

  3. Add Typescript dependency to the project (updates packages.json). $ npm install typescript

  4. Initialize Typescript. This will create tsconfig.json. $ ./node_modules/.bin/tsc --init

  5. Updated tsconfig.json with source and output directories

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published