Skip to content

Projeto desenvolvido pelo Time 53 para o Desafio da Árvore Educação @ Mega Hack 3.0 da Shawee.

Notifications You must be signed in to change notification settings

lucasbpro/react-native-arvore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Native Árvore

This repository currently contains the mobile application developed by "Time 53" in the Mega Hack 3.0 from Shawee. The team developed a solution for Árvore Educação with the aim to boost the interest of brazilian teens in reading. This repo has been copied from https://github.com/otaviopetry/arvore-53, the original repository from @otaviopetry in which I contributed with just a bit of code.

In this repo I intend to implement more functionalities, do code refactoring and work on styles just for learning sake.

How to run the backend application

You need to have Node v13.8.0 (or later) installed in your machine.

First, open the backend directory in a terminal and install all the dependencies:

$ npm install

Then, start the development server:

$ npm start

Server will start at http://localhost:3000.

How to run the mobile application

You need to have Node v13.8.0 (or later) installed in your machine.

Open the mobile directory in a terminal and install all the dependencies:

$ npm install

The application can be run with react-native or by using the explo-cli. If you have the explo-cli installed, just type the command below in the terminal/bash window:

$ expo start

This will generate a QR-code in your terminal. Then you will be able to open the expo app in your cellphone device (you need to download it from Play Store or Apple Store) and use the QR-code scanner to run the application on your cellphone. You can also access the application via yur desktop browser in

If you prefer running react-native and you are in a MAC, you will need to type:

$ react-native run-ios

If you are not in a MAC, open a android device emulator by using AVD Manager from Android Studio and type on the terminal/bash:

$ react-native run-android

About

Projeto desenvolvido pelo Time 53 para o Desafio da Árvore Educação @ Mega Hack 3.0 da Shawee.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published