Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 516 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 516 Bytes

CRUD user with React-Native and Open API

Getting Started

git clone https://github.com/edhiuchiha/rn-crud-user-open-api.git
cd rn-crud-user-open-api

Installing

Install the dependencies with npm command bellow :

npm install

Running on Android Device or Emulator

Open 2 tab terminal and execute the following command : Terminal 1 :

npm start

Terminal 2 :

npm run android

Authors