🔗 Application to help and notify users to take care of their plants.
These instructions will get you a copy of the full project up and running on your local machine for development and testing purposes.
The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.
-
Npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. Download Node.js
-
Yarn is a package manager built by Facebook Team and seems to be faster than npm in general. Download Yarn
-
React Native CLI is a package that contains tools and helpers for React Native projects in form of a command line tool. Download React Native CLI
-
Expo CLI is a command line app that is the main interface between a developer and Expo tools. Download Expo CLI
⬇ To download the project follow the instructions bellow
1. git clone https://github.com/YuriPerro/plantz.git
2. cd plantz
🎯 Install the dependencies and start the server
3. yarn install
4. expo start
or
3. npm install
4. expo start
💻 Starting fake server api
- Open Prompt command (CMD) in administration mode
- Run
ipconfig /all
- Copy the IPV4 number
- Open file
./src/services/api.ts
and replace all "XX" onbaseURL:http://XXXXXXXXXXXXX:3333/
to YOUR_IPV4 - Paste your IPV4 in code below and run
json-server ./src/services/server.json --host <YOUR_IPV4_HERE> --port 3333 --delay 700
- Licensed for users and contributors under MIT license.
- M.I.T
💡 PS: Feel free to send any ideas or modifications to the project
Developed with 💜 by Yuri Baumgartner