/wiser

🖥 mobile platform of wiser application - made with react native, styled-components, unform and redux

Primary LanguageTypeScript

Logo

React Native Application for Wiser project

Repository size

👨🏻‍💻 About the project

  • Wiser mobile application developed for Login Challenge.

🚀 Technologies

Technologies that I used to develop this mobile client

💻 Getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/leolivm/wiser && cd wiser

Follow the steps below

# Install the dependencies and json-server to mock the API
$ yarn
$ npm install -g json-server 

# Be sure the run the API
$ json-server db.json -m ./node_modules/json-server-auth -p 3333 -w

# If you are going to emulate with Android, run this command, but stay tuned because the project was developed using the iOS Simulator
# Be sure to have the emulator open
$ yarn android

# If you are going to emulate with ios, run this command
$ yarn ios

Make sure to use the data found in the db.json file

# email: leandro@email.com
# password: 123456

Made with 💜 by Leandro Martins 👋 See my linkedin