Welcome to the Front End repository for Gopher Tunnels
- React Native Documentation
- TypeScript Documentation
- RESTful API Guide
- HTTP Requests Documentation
- CSS Documentation
- FlexBox Documentation... Yes this needs a separate bullet point
Technology | Description | Use |
---|---|---|
React Native | User Interface Framework | Runtime |
TypeScript | Language | Runtime |
ExpressJS | Core Framework | Runtime |
MySQL | Storage |
- Install NodeJS and Git
- First install NodeJS and Node Package Manager (npm)
- Install the lastest version of Git, Links: Windows, macOS
- Log into Git inside your code editor (VSCode, VIM, etc.)
- Navigate to your desired folder location and run the command to clone the repository into your local machine
git clone https://github.com/gopher-tunnels/gt-front-end.git
- Then run the following command to install all dependencies:
npm install
- Now git pull and check which branch you are on using the following command, it should show all branches with a * on main:
git pull
git branch
Example:
*main
branch2
branch3
branch4
- Navigate to a branch other than main!
git switch dev
git pull
- Run the following command:
npx expo
You should see a QR code pop up along with a list of commands from Expo if you configured yourself correctly
- Congratulations, your environment is setup!