forked from cemaden-educacao/WPD-MobileApp
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
|
4 years ago | |
---|---|---|
src | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 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