Skip to content

β­πŸ“± Boilerplate para projetos Expo com React Native.

License

Notifications You must be signed in to change notification settings

GabrielGuedess/Expo-Boilerplate

Repository files navigation



Expo Boilerplate

A Better template with Expo with technologies to improve development.

Wakatime

Report Bug Β· Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Deploying
  6. Contact

About The Project

πŸ›  Built With

The following tools were used in building the project:

  • Expo
  • React
  • React Native
  • TypeScript
  • Styled Components
  • ESLint
  • Prettier
  • Stylelint
  • Handlebars
  • Actions
  • Editorconfig

(back to top)

πŸ” Codecov

Codecov provides metrics and insights into the results of tests through code coverage reports. Coverage reports are used to determine which lines of code were tested and which lines were not tested, which may contain bugs and syntax errors.


(back to top)

πŸš€ Getting Started

Prerequisites

To clone and run this application, you'll need Git and NodeJs (which comes with npm) installed on your computer.

Installation

  1. Clone the repository.
git clone https://github.com/GabrielGuedess/Expo-Boilerplate
  1. Go into the repository
cd Expo-Boilerplate
  1. Install dependencies.
# With npm
npm i

# With yarn
yarn
  1. Start project.
# With npm
npx expo start --tunnel -c

Note If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

(back to top)

πŸ‘ Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

(back to top)

πŸ“„ License

Distributed under the MIT License. See MIT license for more information.

(back to top)

🌐 Deploying



(back to top)

⭐ Contact

Gabriel Guedes - @GabrielRGuedess - [email protected]

Project Link: exp://u.expo.dev/update/b7b9ad8a-4ca9-48b5-9605-733653e1e0f8


Made with β™₯ by πŸ‘¨β€πŸš€ Gabriel Guedes πŸ‘‹ Get in touch!

(back to top)