Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 582 Bytes

readme.md

File metadata and controls

34 lines (24 loc) · 582 Bytes

Dishes book

You need to download Nodejs to run it

To start program:

  1. First, download NodeJs
  2. Clone this repository using the command below
  3. Open the command line in downloaded folder
  4. Run the program using the command below

To clone repository:

git clone https://github.com/kyzinatra/dishes_book.git
cd img_parser

To run the program:

npm install
npm run start

Or start program in dev mode:

npm install
npm run dev

The server will open on localhost:PORT You can see the port in the console (default 3001)