You need to download Nodejs to run it
To start program:
- First, download NodeJs
- Clone this repository using the command below
- Open the command line in downloaded folder
- 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)