Skip to content

isabelamoraes/nlw05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation


PlantManager

PLANTMANAGER

Manage your plants the easy way

Features   |    Getting Started   |    Reference

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.

Getting Started

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

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

# Go into the repository desired
$ cd nlw05/plantmanager

# Install dependencies
$ yarn install

# Run the web or mobile application
$ expo start

# Run the server application
$ json-server ./src/services/server.json --host YOUR_IP --port 3333

Reference

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