You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Daniel D'Angelo Resende Barros dda90f25dd project folders documentation 4 years ago
src Adding first prototype 4 years ago
.gitignore git ignore file 4 years ago
LICENSE Initial commit 4 years ago
README.md project folders documentation 4 years ago

README.md

WPD-MobileApp

This project contains the components developed for a mobile app within the Waterproofing Data Project - WPD-WP6.

Tech stack

Folder Structure Convention

Folder structure options and naming conventions for this project

Directory layout

.
├── LICENSE                                         # License description file
├── README.md
└── src
    ├── App.js
    ├── app
    │   ├── assets
    │   ├── components
    │   ├── config
    │   ├── hooks
    │   ├── navigation
    │   └── screens
    ├── app.json
    ├── babel.config.js
    ├── package-lock.json
    ├── package.json
    ├── web-build
    │   └── register-service-worker.js
    └── yarn.lock

Setting up

$ git clone https://github.com/IGSD-UoW/WPD-MobileApp.git
$ cd WPD-MobileApp/src
$ npm install

Running

$ cd WPD-MobileApp/src
$ npm start