Skip to content

kyborq/iStudent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

iStudent

image

Development

Step 1. Clone repository

$ git clone https://github.com/kyborq/iStudent.git
$ cd iStudent

For Mobile Developers

$ cd app

For Backend Developers

$ cd backend

Step 2. Install dependencies

$ npm install

Same installation process in ./app and ./backend

3. Run

For Mobile Developers

Don't forget to connect your device to PC or run android emulator

Start metro server

$ npm start

Run app

$ npm react-native run-android

For Backend Developers

$ npm start