Skip to content

react-europe/react-europe-mobile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Europe

Get it running on your machine

  • Clone this repo, cd into it, run yarn install

Run the mobile application

  • yarn global add expo-cli
  • cd packages/event-app
  • mv .env.example .env
  • yarn install
  • expo start
  • Scan the QR code from your phone. Alternatively, in another terminal window run expo ios and/or expo android to open in simulator.

Run the website

  • yarn global add gatsby-cli
  • cd packages/website
  • yarn install
  • gatsby develop

About

Mobile app for the React Europe conference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.8%
  • JavaScript 26.4%
  • CSS 13.8%