Skip to content

isabelamoraes/nlw03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Happy

HAPPY

Visit orphanages and change many children's day

Features   |    Getting Started   |    Reference

Web Application Demo Mobile Application Demo

Features

This project was developed with the following technologies:

  • Expo - A platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
  • React JS - A JavaScript library for building user interfaces.
  • Node JS - A runtime enviroment for JavaScript applications.

Getting Started

To clone and run this application, place from your command line:

# Clone this repository
$ git clone https://github.com/isabelamoraes/nlw03.git nlw03

# Go into the repository desired
$ cd nlw03/backend
# OR
$ cd nlw03/web
# OR
$ cd nlw03/mobile

# Install dependencies
$ yarn install

# Run the web or mobile application
$ yarn start

# Run the backend application
$ yarn dev

For integration with Mapbox, create an .env file (environment variable) in the web folder and insert your Mapbox token:

REACT_APP_MAPBOX_TOKEN=YOUR_MAPBOX_TOKEN

Reference

This application was developed during my participation in Next Level Week 03, promoted by Rocketseat.