Skip to content

AmandaRaveloCabrera/ChatXPress-frontend

Repository files navigation

ChatXPress front-end mobile application

Description

This repository is the mobile front-end part of the ChatXPress application.

This project is a messaging application, which consists of three parts: a back-end and a front-end for the mobile application where users will connect to send messages to each other and another front-end for the web application where these users will be managed by an administrator.

The links to the other repositories are as follows:

Below you will find details on how to install and launch the mobile application.

Intalación de librerias

For this first step you must have node installed. If you don't have it installed, go to following link.

In order to run the application, it is necessary to install the packages found in the package.json.

We must execute the following command:

npm i

When you finish installing it, you will have all the packages needed to run this project.

Start the application

To start the application, the following command must be executed in the project console:

npm start

Device required

It is necessary to have the mobile phone connected to the same network as the computer/laptop where the project is running. In addition, emulators can be used to use the application.

Other ways to run the application

If you want to run it with an android phone it would be with the following command:

npm run android

In this case, if it is with an IPhone:

npm run ios

And finally, if you want to run it on the web:

npm run web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published