jemmamariex3 / CareerCenter

Career Center Mobile App CSUN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Career Center Mobile App -- Documentation

This documentation will cover all aspects of the career center mobile app. The app runs on react-native-cli.

Installation

Use Homebrew to install node and watchman.

brew install node
brew install watchman 

Use the package manager npm to install react-native-cli

npm install -g react-native-cli

Git clone this repo into your local terminal (Better if in the IDE)

git clone https://github.com/jemmamariex3/CareerCenter.git

Enter the directory using basic bash commands

cd CareerCenter 

Install all dependencies

npm install

Start up

Once in the main directory run the following

npm start 

In another tab run the following for iOS - this will open the iOS simulator on your Mac

npm run ios

or the following for Android - you will need to have an Andoid emulator, possibly with Android studio, on your computer to run this

npm run android

##Documentation Structure Reference Check out Reference

About

Career Center Mobile App CSUN


Languages

Language:JavaScript 93.0%Language:Objective-C 3.6%Language:Java 1.7%Language:Python 1.6%