shawnkoon / coding-challenge-typescript

List of coding challenge questions with my solutions using typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coding-challenge-typescript

Master πŸ’» GreenKeeper 🌱
Build Status Greenkeeper badge

List of coding challenge questions with my solutions using typescript.

Key Points

  • 🎯 Algorithms & DataStructure

  • 🎯 Continuous Integration

  • 🎯 Problem Solving

  • 🎯 Test Driven Development (TDD)

  • 🎯 TypeScript & ES2015+

How to run

  1. Install Node & NPM.
Install dependencies

$ npm run install

Run mocha tests

$ npm run test

Running individual file

  1. Install Node & NPM.
Install dependencies

$ npm run install

Run typescript file.

$ npm run start src/___/___.ts

or

$ npx ts-node src/___/___.ts

Build and run Javascript (Optional)

  1. Install Node & NPM.
Install dependencies

$ npm run install

Build typescript files.

$ npm run build

Run specific compiled js file with node.

$ node dist/___/___.js

About

List of coding challenge questions with my solutions using typescript.

License:GNU General Public License v3.0


Languages

Language:TypeScript 85.1%Language:HTML 14.9%