/algorithms-ts

A base repository with tasks to learn how to program various algorithms for A Level Computer Science

Primary LanguagePython

typescript-starter

An empty project for experimenting with TypeScript development on the school computers

Initial Instal

npm install

Running the main index.ts file

Upon running this command, TypeScript will build the JavaScript files, then run dist/index.js using node.

npm start