Skip to content

Quick start template to use NodeJS + TypeScript in a coding interview.

Notifications You must be signed in to change notification settings

xsznix/interview-starter-nodejs

Repository files navigation

interview-starter-nodejs

Quick start template to use NodeJS + TypeScript in a coding interview.

Features

  • TypeScript
    • All "strict" rules enabled
    • Type errors will not block your code from running
  • ESLint
  • Format on save with Prettier
  • Launch profile with debugger support

Prerequisites

Make sure you have NodeJS and npm installed. See nvm for easy installation instructions.

Setup

git clone [email protected]:xsznix/interview-starter-nodejs.git my-interview
cd my-interview
npm install
  1. Open the repo root in VS Code
  2. Install workspace-recommended extensions
  3. Go to "Run and Debug" tab
  4. Click the green arrow at the top to run/debug the program

If not using VS Code, run the program using the command npm run start from the repo root.

License

CC0 1.0

About

Quick start template to use NodeJS + TypeScript in a coding interview.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published