Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 1.67 KB

README.md

File metadata and controls

80 lines (48 loc) · 1.67 KB

Instagram Clone - A Full Stack Project App

Project made with NodeJS, React and React Native

Development environment

To excute all projects below, you have to install Node.js, NPM, JDK enviroment and an editor, like Visual Studio Code.

Usage

Starting the API project

After cloning this project to your computer, install all dependencies needed to backend, frontend and RocketBox mobile app (separately), typing in your terminal like below.

$ instagram-clone-app
$ cd backend
$ npm i

To start the API, run the following command on your terminal.

$ npm run dev

Starting the frontend project app

Install all dependency, typing in your terminal...

$ instagram-clone-app
$ cd frontend
$ npm i

Starting the frontend app. Type in your terminal ...

$ npm start

Open your browser and type http://localhost:3000.

Starting the mobile app

Install all dependency, typing in your terminal...

$ instagram-clone-app
$ cd mobile
$ npm i

To start the mobile app, run the following command on your terminal.

Before run the commands below, you must start an android or ios virtual smartphone or, have a smartphone plugged in your computer.

$ react-native run-android

or

$ react-native run-ios