About • How it works • Tech Stack • Author • License
Investe+ - is an investment mobile app.
Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com), [Yarn] (https://yarnpkg.com/). In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)
# Install Expo
yarn global add expo-cli
# Clone this repository
$ git clone git@github.com:viniciusbsneto/investe-mais.git
# Access the project folder
$ cd investe-mais/web
# Install dependencies
$ yarn install
# Start the development server
expo start
# Make sure you have your mobile device connected to the same network as the development server
# In your mobile device, install Expo app from the Play Store/App Store
# Start the Expo app in your mobile device and scan the QR Code shown in the development server console in your web browser
# Invest+ mobile app will start in your mobile device. We hope you enjoy it!
The following tools were used in the construction of the project:
See the file package.json
- Code Editor: Visual Studio Code
- Markdown: StackEdit, Markdown Emoji
- Layout: Figma
- Fork the project.
- Create a new branch with your changes:
git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
git commit -m" feature: My new feature "
- Submit your changes:
git push origin my-feature
This project is under the license MIT.
Made with love by Safra Technee - Hackaton Team 40 👋🏽 Get in Touch!