Objective • Technologies • How to use • Author
Integrate the best technologies, beautiful and friendly interface.
- React Native
- TypeScript
- Json Server
- Context API - Hooks
- Unform
- Styled Components
- React native vector icons
- React Navigation (Stack and Drawer)
- Yup
- Axios
To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. From your command line:
## Clone this repository
$ git clone git@github.com:daniloitj/acompanhamento.git
## Go into the repository
$ cd acompanhamento
## Install dependencies
$ yarn install
## Run the metro bundler
$ yarn start
## Run the Mock server - fake API
$ yarn json-server server.json -p 3333
or
$ yarn json-server --host ip server.json -p 3333 (obs:change services)
## Run the app
$ yarn android
or
$ yarn ios
Made with ❤️ by Danilo Silva dos Santos.
Connect with me on LinkedIn!