Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 268 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 268 Bytes

Interview Sandbox

A playground for code exercises.

To set up the project, you will need Node.js and npm or yarn.

Install dependencies:

npm install

Start the server:

npm start

Run the tests (when there are some):

npm test