gugamm / practical-interview-template

A practical interview template for Typescript interviews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practical interview template

Practical interview template is a personal project built to help in interviews involving practical tests.

What is included

  • Typescript setup
  • Jest setup
  • Nodemon

Getting Started

Clone the repository

$ git clone --depth=1 https://github.com/gugamm/practical-interview-template.git <your-project-name>

Then install the dependencies

$ cd <your-project-name>
$ npm install

Scripts

Below is a description of each included script

Script Description
start Launch node application in watch mode
test Run jest to test your application
test:watch Run jest in watch-mode to test your application

License

MIT

About

A practical interview template for Typescript interviews


Languages

Language:TypeScript 100.0%