/deliver

My app delivery

Primary LanguageJavaScript

Deliver


Requirements

For development, you will only need Node.js installed on your environement.


Install

$ git clone https://github.com/ORG/PROJECT.git
$ cd PROJECT
$ npm install

Start & watch

$ npm android or ios

Update sources

Some packages usages might change so you should run npm prune & npm install often. A common way to update is by doing

$ git pull
$ npm prune
$ npm install

To run those 3 commands you can just do

$ npm run pull

Languages & tools

JavaScript

CSS