Skip to content

TiagoF99/Tilia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Tilia

Developed using React, Golang, and GraphQL.

Stack

frontend:
React

mobile:
firebase
react-native

Backend:
Golang
Graphql
Mongodb

Design:
Figma

How to Run

Run the server

cd into app/server/src/app

export GOPATH=[insert path to your project]/app/server

dep init

dep ensure

go run main.go

Run the website

cd app/client

npm run dev

Run the App

1) Clone & Install Dependencies

  • 1.1) git clone this repo
  • 1.2) cd magnify
  • 1.3) Install NPM packages with your package manager of choice - i.e run yarn or npm install

2) Start your app

  • 2.1) Start the react native packager, run yarn run start or npm start from the root of your project. If this does not work, if on windows run npx react-native start --reset-cache.
  • 2.2) [iOS] Build and run the iOS app, run npm run ios or yarn run ios from 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 android or yarn run android or npx react-native run-android from the root of your project.

react-native-firebase

This code is A react native app built with react-native-firebase pre-integrated

About

Developed using Golang, GraphQL, and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors