jakex7 / twg-chat-app

Mobile application made for recruitment process in TWG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WTG chat app

TWG chat app

Mobile application made for recruitment process in TWG

πŸ›  Built With

This application was built with React Native and Expo

πŸš€ Quick start

  1. Clone this repo into your local machine.

    • with https
      git clone https://github.com/jakex7/twg-chat-app.git
    • with ssh
      git clone git@github.com:jakex7/twg-chat-app.git
  2. Install dependencies
    Navigate into project directory and install dependencies. with npm

    cd twg-chat-app/
    npm install
  3. Create env file
    Rename .env.example file to .env and fill with your own data.

  4. Run developer server using expo-cli.

    expo start
  5. Open the source code and start editing!


  • Reset cache
    After editing the .env file, it's likely that the changes won't work. In that case, run developer server using expo r -c command

πŸ’« Deploy

To build a production app, follow this guide on expo docs.

About

Mobile application made for recruitment process in TWG


Languages

Language:JavaScript 71.2%Language:Java 15.3%Language:Objective-C 9.0%Language:Starlark 3.4%Language:Ruby 1.0%Language:Shell 0.1%