-
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-server
node modulenpm install -g json-server
-
Use
json-server
to start the server or you can use the pre-defined script with yarnyarn server || json-server server/db.json --watch