A simple but well looking(or at least it was supposed to be) watch store for mobile
This project was built using the follow technologies:
# Clone Repository
$ git clone https://github.com/hercules-sousa/watchDesign.git
# Go to server folder
$ cd watchDesign/server
# Install Dependencies
$ yarn install
# Run Aplication
$ yarn start
Access API at http://localhost:3333/ or if you wish you can set an environment PORT variable.
To run the mobile project you need a cellphone with expo app installed or a emulator android/ios.
You should fork this repository to your machine. Then, inside of the project's folder run the following commands:
# Go to mobile folder
$ cd watchDesign/mobile
# Install Dependencies'
$ yarn install
# Run Aplication
$ yarn start
Afterwards, read the QRCode with expo app or run on an emulator.