-
First clone the repository
git clone https://github.com/triplea24/kntu-react-native-instagram.git -
Then change directory to the project
cd kntu-react-native-instagram -
Install node packages
yarn (install) || npm install -
Run the project
expo start || yarn start
-
Install
json-servernode modulenpm install -g json-server -
Use
json-serverto start the server or you can use the pre-defined script with yarnyarn server || json-server server/db.json --watch