-
Notifications
You must be signed in to change notification settings - Fork 5
Getting started
Kenza Boulisfane edited this page Feb 3, 2020
·
3 revisions
$ brew install node or directly from the node website.
npm install -g expo-cli
$ cd directory/of/git/repo
$ npm init # follow instructions
$ npm install
$ expo start
The project can be found at http://localhost:19002/
$ cd into/git/repo/
$ expo start
.
├── App.js
├── babel.config.js
├── app.json
├── package.json
├── package-lock.json
├── assets
│ ├── icon.png
│ ├── splash.png
├── components
│ ├── Buildings.js
│ └── ToggleCampus.js
├── constants
├── BuildingCoordinates.js
├── node modules
├── routes
│ └── routeStack.js
├── screens
│ └── Map.js