/FeedGet-NLW

This is a widget that you can put on any site to receive feedback/problems about your site with a screenshot.

Primary LanguageTypeScript


Logo

FeedGet

The project idea is a widget that you can add to any site so you can receive feedbacks with a screenshot to improve the feedback.

Check it out here

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

Project Image

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/Carlos-E-Souza/FeedGet-NLW.git
  2. Open one terminal on server folder and another on web folder
    cd web/server
  3. Install NPM packages on both
    npm install
  4. Then run this on both
    npm run dev

    (back to top)