All Projects → lopezjurip → Reactnativets

lopezjurip / Reactnativets

Boilerplate of a React Native project in Typescript.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Reactnativets

Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+827.75%)
Mutual labels:  vscode, boilerplate, template
React Firebase Admin
React ⚛️ starter kit with Firebase 🔥 and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
Stars: ✭ 232 (-36.26%)
Mutual labels:  boilerplate, template
React Landing Page Template
A simple react one page landing page templates for startups/companies
Stars: ✭ 224 (-38.46%)
Mutual labels:  boilerplate, template
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (-54.12%)
Mutual labels:  boilerplate, template
Commerceql
UNMAINTAINED
Stars: ✭ 217 (-40.38%)
Mutual labels:  boilerplate, template
Frontend Boilerplate
An ES20XX starter with common frontend tasks using Webpack 4 as module bundler and npm scripts as task runner.
Stars: ✭ 224 (-38.46%)
Mutual labels:  boilerplate, template
Koa Vue Notes Api
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (-6.04%)
Mutual labels:  boilerplate, template
Expo Native Firebase
🔥 Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
Stars: ✭ 197 (-45.88%)
Mutual labels:  boilerplate, template
Flixel Templates
Project templates for HaxeFlixel
Stars: ✭ 30 (-91.76%)
Mutual labels:  vscode, template
Acme Assembly Vscode Template
A template for compiling 6502 assembly code with ACME in VSCode
Stars: ✭ 109 (-70.05%)
Mutual labels:  vscode, template
Create React App Material Typescript Redux
A ready to use boilerplate for starting big react projects
Stars: ✭ 257 (-29.4%)
Mutual labels:  boilerplate, template
Stator
Stator, your go-to template for the perfect stack. 😍🙏
Stars: ✭ 217 (-40.38%)
Mutual labels:  boilerplate, template
Vue Element Starter
Vue starter with Element-UI [READY, unmaintained now]
Stars: ✭ 216 (-40.66%)
Mutual labels:  boilerplate, template
Aspnetcore.template
ASP.NET core mvc project template for real world applications
Stars: ✭ 226 (-37.91%)
Mutual labels:  boilerplate, template
Koa Vue Notes Web
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and Vuex store modules.
Stars: ✭ 200 (-45.05%)
Mutual labels:  boilerplate, template
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (-34.62%)
Mutual labels:  boilerplate, template
React Hooks Mobx State Tree
React Hooks + MobX State Tree + TypeScript = 💛
Stars: ✭ 169 (-53.57%)
Mutual labels:  boilerplate, template
Gas Clasp Starter
A starter template for Google Apps Script by clasp
Stars: ✭ 184 (-49.45%)
Mutual labels:  boilerplate, template
Typescript Starter
Quickly create and configure a new library or Node.js project
Stars: ✭ 2,953 (+711.26%)
Mutual labels:  boilerplate, template
Grumbler
A template for writing distributable front-end javascript modules.
Stars: ✭ 280 (-23.08%)
Mutual labels:  boilerplate, template

ReactNativeTS

⚠️ Not maintained anymore, better check Microsoft/TypeScript-React-Native-Starter.

Build Status dependencies dev-dependencies

Minimal template of a React Native project with Typescript.

This project has been updated but the Medium guide has not. Please, use this repository as reference.

preview

Recommended usage with VSCode

Getting Started

Clone this repository:

git clone https://github.com/mrpatiwi/ReactNativeTS.git
cd ReactNativeTS

Install dependencies:

yarn

Start React Native server:

yarn start

Build the source-code with Typescript:

# Build once
yarn run build

# Build and watch for changes
yarn run build -- --watch

iOS

yarn run ios

Android

yarn run android

Testing

This project uses Typescript + Jest. Run the test suite with:

yarn test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].