- Install Node.js
- Install Git
- Install Yarn
- Open a Terminal and type:
git clone https://github.com/rainerbez/just-typescript
- Proceed into the downloaded repository:
cd just-typescript
- Install all the necessary node modules:
yarn install
index.html
src/index.ts
-
In the terminal type:
yarn compile
-
To watch for changes:
yarn compile:watch
To view, open another terminal and Run as following.
-
In a Browser:
yarn start
-
Directly in a Terminal using:
node dist/index.js