Skip to content

mgibson1187/GarageApp

Repository files navigation

Run install

npm install

Start scripts

First rename config.js.user to config.js.

Run the following script to start app for debugger.

npm run start-dev

To run start-prod, first follow the instructions at react-native and run as admin.

npm run start-prod