Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 492 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 492 Bytes

📱 PhoneBook

  • helps store and organize your contacts 📖

Run Locally

Clone the project

  git clone [email protected]:eugene17kotov/phonebook.git

Go to the project directory

Install dependencies

  npm install

Start the server

  npm start

Navigate your browser to http://localhost:3000. This page will automatically reload after saving changes to the project files.

To stop the assembly, press the key combination

  Ctrl + C