Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 768 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 768 Bytes

Try Bun with Coding Interview Practice

Use this template to simply working on coding interview practice and unit test with all-in-one JS/Ts toolkit, Bun. This template features:

  • Integration of Eslint and Prettier for code quality and formatting.
  • A basic TypeScript configuration for efficient development.

To extend your practice, Make additional directory under /practice, or make your own directory.

Execute test with Bun's built-in test runner.

bun test <your-directory-path>

# for example..
bun test practices/count-unique-values

한국어 안내는 아래 블로그에서 확인하세요. https://100seolgi.click/dev-log/TypeScript%20%EB%9F%B0%ED%83%80%EC%9E%84%20Bun%EA%B3%BC%20%ED%95%A8%EA%BB%98%ED%95%98%EB%8A%94%20%EC%BD%94%ED%85%8C