An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/rnb-plugin-typescript

This plugin allow thecodingmachine react-native-boilerplate 🐙 users to translate the boilerplate from Javascript 💛 to Typescript 💙
https://github.com/thecodingmachine/rnb-plugin-typescript

hacktoberfest

Last synced: 7 months ago
JSON representation

This plugin allow thecodingmachine react-native-boilerplate 🐙 users to translate the boilerplate from Javascript 💛 to Typescript 💙

Awesome Lists containing this project

README

          

# 🚨 this project is now a complete part of the [original package](https://github.com/thecodingmachine/react-native-boilerplate) and will be deleted soon 🚨


Logo

![React Native Boilerplate Typescript License](https://img.shields.io/github/license/thecodingmachine/rnb-plugin-typescript)
![React Native Boilerplate Typescript Version](https://flat.badgen.net/npm/v/@thecodingmachine/rnb-plugin-typescript)
![React Native Boilerplate Typescript Release Date](https://img.shields.io/github/release-date/thecodingmachine/rnb-plugin-typescript)
![React Native Boilerplate Typescript Download](https://flat.badgen.net/npm/dt/@thecodingmachine/rnb-plugin-typescript)
![React Native Boilerplate Typescript Top Language](https://img.shields.io/github/languages/top/thecodingmachine/rnb-plugin-typescript)
[![CI](https://github.com/thecodingmachine/rnb-plugin-typescript/actions/workflows/CI.yml/badge.svg)](https://github.com/thecodingmachine/rnb-plugin-typescript/actions/workflows/CI.yml)

# TheCodingMachine React Native boilerplate - Typescript Plugin

This project is part of our [React Native Boilerplate](https://github.com/thecodingmachine/react-native-boilerplate/) that can be used to kickstart a mobile application.

This boilerplate provides **an optimized architecture for building solid cross-platform mobile applications** through separation of concerns between the UI and business logic. It is fully documented so that each piece of code that lands in your application can be understood and re-used.

## Quick start

To create a new project using the boilerplate simply run :

```
npx react-native init MyApp --template @thecodingmachine/react-native-boilerplate
```

Select `typescript` as language when prompt.

Assuming you have all the requirements installed, you can run the project by running:

- `yarn start` to start the metro bundler, in a dedicated terminal
- `yarn ` to run the _platform_ application (remember to start a simulator or to connect a device)

## Digging Deeper

To learn more about the main project, go to [the boilerplate repository](https://github.com/thecodingmachine/react-native-boilerplate/)
More informations about usage of the boilerplate in our [full documentation](https://thecodingmachine.github.io/react-native-boilerplate)

## License

This project is released under the [MIT License](LICENSE).

## About us

[TheCodingMachine](https://www.thecodingmachine.com/) is a web and mobile agency based in Paris and Lyon, France. We are [constantly looking for new developers and team leaders](https://www.thecodingmachine.com/nous-rejoindre/) and we love [working with freelancers](https://coders.thecodingmachine.com/). You'll find [an overview of all our open source projects on our website](https://thecodingmachine.io/open-source) and on [Github](https://github.com/thecodingmachine).