Aloha Explorer is a React Native mobile application designed to be your ultimate travel guide for exploring the beautiful islands of Hawaii. Whether you're interested in surfing, experiencing traditional hula, or exploring volcanoes, Aloha Explorer has you covered.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (v14 or later)
- npm (v6 or later)
- React Native CLI
- Android Studio (for Android development)
- Xcode (for iOS development, macOS only)
-
Clone the repository:
git clone https://github.com/yourusername/aloha-explorer.git
-
Navigate to the project directory:
cd rn-aloha-explorer-app
-
Install dependencies:
npm install --legacy-peer-deps
-
Start the Metro bundler:
npx react-native@latest start
-
Run the app on Android:
npx react-native@latest run-android
Aloha Explorer backend is the server that powers Aloha Explorer's APP. It uses Node.js and Express.js to handle HTTP requests and responses.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (v14 or later)
- npm (v6 or later)
-
Clone the repository:
git clone https://github.com/yourusername/aloha-explorer.git
-
Navigate to the project directory:
cd aloha-explorer-backend
-
Install dependencies:
npm install --legacy-peer-deps
-
Start the Server:
node server.js
This project uses TypeScript. Make sure to follow the existing code style and TypeScript configurations.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all the contributors who have helped shape Aloha Explorer
- Special Thanks to @thecodingmachine for the app template - @thecodingmachine/react-native-boilerplate