Skip to content

YuriyPent/beginners-guide-to-typescript-code

Repository files navigation

Code examples for Fullstack Vue

Setup

  1. Initialize package.json
npm init --yes
  1. Install TypeScript
npm install --save-dev typescript
  1. Install ts-node
npm install --save-dev ts-node

Installing packages for all projects

You can install all the packages for all the projects up front, saving you time in the future. To do so, from this directory:

npm i
npm run install-all

Running the code

We can use ts-node to run the file directly by running the following command:

npx ts-node app.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published