Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 414 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 414 Bytes

Installation Guide

Follow these steps to install and run the Node Express app locally:

  1. Fork the Repo & Clone to the repository to your local machine:

    git clone <forked url>
  2. Navigate to the project directory:

    cd facottry-backend
  3. Run the script to install dependencies:

    npm i
  4. Run the start command:

    npm run dev