Developed using React, Golang, and GraphQL.
frontend:
React
mobile:
firebase
react-native
Backend:
Golang
Graphql
Mongodb
Design:
Figma
cd into app/server/src/app
export GOPATH=[insert path to your project]/app/server
dep init
dep ensure
go run main.go
cd app/client
npm run dev
- 1.1) git clone this repo
- 1.2) cd magnify
- 1.3) Install NPM packages with your package manager of choice - i.e run
yarnornpm install
- 2.1) Start the react native packager, run
yarn run startornpm startfrom the root of your project. If this does not work, if on windows runnpx react-native start --reset-cache. - 2.2) [iOS] Build and run the iOS app, run
npm run iosoryarn run iosfrom the root of your project. The first build will take some time. This will automatically start up a simulator also for you on a successful build if one wasn't already started. - 2.3) [Android] If you haven't already got an android device attached/emulator running then you'll need to get one running (make sure the emulator is with Google Play / APIs). When ready run
npm run androidoryarn run androidornpx react-native run-androidfrom the root of your project.
This code is A react native app built with react-native-firebase pre-integrated
- See LICENSE