A Feedback component to facilitate user communication with the
website developer or owner
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.
-
NodeJS
- Go to the website NodeJS.
- Choose LTS option to Download.
- Install in your computer.
-
Download the project
# Clone the repository
$ git clone https://github.com/eliveutonsouza/feedback-widget.git
# Enter directory
$ cd feedback-widget
How to install all project dependencies.
# 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
# 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
This project is under license from MIT. For more details, see the LICENSE file.
Made with 💜 by Eliveuton Souza