All Projects → brunolemos → react-native-template-ts

brunolemos / react-native-template-ts

Licence: MIT License
[DEPRECATED] ⚛️ Start a new React Native project with TypeScript, Prettier & TSLint

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to react-native-template-ts

react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (-44.12%)
Mutual labels:  jest, prettier
Express-REST-API-Template
Minimal starter project for a Node.js RESTful API based off express generator
Stars: ✭ 26 (-23.53%)
Mutual labels:  jest, prettier
Typescript Express Starter
🚀 TypeScript Express Starter
Stars: ✭ 238 (+600%)
Mutual labels:  jest, prettier
Nextjs Ts
Opinionated Next JS project boilerplate with TypeScript and Redux
Stars: ✭ 134 (+294.12%)
Mutual labels:  jest, prettier
web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Stars: ✭ 35 (+2.94%)
Mutual labels:  jest, prettier
Modern Node
All-in-one development toolkit for creating node modules with Jest, Prettier, ESLint, and Standard
Stars: ✭ 216 (+535.29%)
Mutual labels:  jest, prettier
zero
📦 A zero config scripts library
Stars: ✭ 17 (-50%)
Mutual labels:  jest, prettier
Gatsby Starter Typescript Rebass Netlifycms
My default Gatsby setup. Includes rich MDX support.
Stars: ✭ 79 (+132.35%)
Mutual labels:  jest, prettier
nextjs-baseweb
Slightly opinionated scaffold of Next.js and Base Web.
Stars: ✭ 46 (+35.29%)
Mutual labels:  jest, prettier
generator-node
🔧 Yeoman generator for Node projects.
Stars: ✭ 16 (-52.94%)
Mutual labels:  jest, prettier
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (+241.18%)
Mutual labels:  jest, prettier
termy-the-terminal
Web-based terminal powered by React
Stars: ✭ 43 (+26.47%)
Mutual labels:  jest, prettier
Simple React Calendar
A simple react based calendar component to be used for selecting dates and date ranges
Stars: ✭ 97 (+185.29%)
Mutual labels:  jest, prettier
eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (+14.71%)
Mutual labels:  jest, prettier
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (+158.82%)
Mutual labels:  jest, prettier
reactjs-vite-tailwindcss-boilerplate
ReactJS + Vite boilerplate to be used with Tailwindcss.
Stars: ✭ 103 (+202.94%)
Mutual labels:  jest, prettier
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (+91.18%)
Mutual labels:  jest, prettier
Mostly
They mostly come at night; mostly.
Stars: ✭ 78 (+129.41%)
Mutual labels:  jest, prettier
nimbus
Centralized CLI for JavaScript and TypeScript developer tools.
Stars: ✭ 112 (+229.41%)
Mutual labels:  jest, prettier
ying-template
这是一个基于 `webpack@^5.27.2` + `typescript@^4.2.3` + `@babel/core@^7.2.2` + `jest@^26.6.3` + `eslint@^7.22.0` 的多页面脚手架。
Stars: ✭ 125 (+267.65%)
Mutual labels:  jest, prettier

React Native + TypeScript = 💙

Start a new React Native project with TypeScript, Prettier & TSLint

Usage

When creating a new React Native project, use the command:

react-native init projectname --template ts

That's it! 🎉 Then, proceed as usual:

  • cd projectname
  • npm start

Includes

  • TypeScript
  • Prettier (with commit hook)
  • TSLint
  • Jest (broken on react-native 0.56)
  • Web support (soon; waiting for react-scripts v2)

Requirements

  • npm i -g react-native-cli
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].