/interviewDemo

Demo for an interview

Primary LanguageTypeScript

Project Name

Brief introduction of the project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

Installing

A step by step series of examples that tell you how to get a development env running.

npm install

Available Scripts

In the project directory, you can run:

npm run build

Builds the project for production by running TypeScript and Vite's build command.

npm run build

npm run dev

Runs the app in development mode using Vite.

npm run dev

npm run lint

Lints the TypeScript code using ESLint.

npm run lint

npm run preview

Starts a local server to preview the built project.

npm run preview

npm run test

Runs the tests using Vitest.

npm run test

npm run updateSnapshot

Updates the test snapshots using Vitest.

npm run updateSnapshot

Authors

License

This project is licensed under the License Name - see the LICENSE file for details.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc.