Test comment for branch rcolo041

This is to verify that I can properly work in this branch.

Installation for development

This application uses React, Nodejs and NPM, please follow the steps below to get the application up and running.


Setting up enviroment

Install Git: (https://git-scm.com/)

You must install git to be able to clone, commit, push, pull changes to github.

Install Node: (https://nodejs.org/en/download/)

Nodejs is the chrome V8 engine that allows us to run javascript code on the server side. It will be used on the construction of the back-end.

Update NPM: npm install -g npm

NPM is the default package manager from Nodejs, make sure to update it to the latest version to avoid conflicts. It will be used to install new dependencies to the project.

Setting up front-end

Install React CLI: npm install -g create-react-app

create-react-native is a command line interface used to create, build and run react projects.

Running Front-end (Development)

npm install
npm start