/feedback-widget

A Feedback component to facilitate user communication with the website developer or owner

Primary LanguageTypeScript

Project logo

Feedback Widget


A Feedback component to facilitate user communication with the
website developer or owner

📝 Table of Contents

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

  • NodeJS

    1. Go to the website NodeJS.
    2. Choose LTS option to Download.
    3. Install in your computer.
  • Download the project

  # Clone the repository
  $ git clone https://github.com/eliveutonsouza/feedback-widget.git

  # Enter directory
  $ cd feedback-widget

Installing

How to install all project dependencies.

💻 Versão Web
  # Install server project dependencies and run the application
  # (Inside the project folder)
  $ cd server
  $ npm install
  $ npm run dev
  $ cd ..

  # Install dependencies from the web folder and run the application
  $ cd web
  $ npm install
  $ npm run dev
📲 Versão Mobile
  # Instalar dependências do projeto server e executar a aplicação
  # (Dentro da pasta do projeto)
  $ cd server
  $ npm install
  $ npm run dev
  $ cd ..

  # Instalar depências da pasta mobile e executar a aplicação
  $ cd mobile
  $ expo install
  $ expo run dev

⛏️ Built With

✍️ Authors

This project is under license from MIT. For more details, see the LICENSE file.

Made with 💜 by Eliveuton Souza

 

🆙 Back to top