task-manager-api

To run this project locally, do the following:

  1. Clone this repo:

    # Using below command....
    git clone https://github.com/traklabsorg/www.traklabs-io-Homepages.git
  2. Then open this folder in Visual Studio Code editor or any editor.

  3. First install all dependencies:

    # or with npm
    npm install
  4. Start the server

    npm start
  5. Now run the app in Browser

     localhost:5000