About the project: The project to test for a vacancy, the objective was to create a simple phone book application with CRUD operations. The application is written in Typescript. .
Git, Node.js. Furthermore, it is good to have an editor to work with the code likeVSCode
# Clone this repository
$ git clone https://github.com/deniseschirmer/phone-book-crud
# Access the project folder in terminal/cmd
# Install dependencies
$ yarn
# or
$ npm install
# Run the application in development mode
$ yarn dev
# or
$ npm run dev