• Stars
    star
    214
  • Rank 183,980 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 1 year ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿš€๐ŸŽ‰๐Ÿ“š Boilerplate and Starter for React Native, Expo, NativeWind and TypeScript โšก๏ธ Made with developer experience first: React Native + Expo + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Jest + Detox + VSCode + NativeWind

Boilerplate and Starter for React Native, Expo, NativeWind and TypeScript Twitter

React Native Starter Template

๐Ÿš€ Boilerplate and Starter for React Native, Expo, NativeWind and TypeScript โšก๏ธ Made with developer experience first: React Native, Expo, TypeScript, ESLint, Prettier, Husky, Lint-Staged, Jest, Detox, VSCode, NativeWind.

Features

Developer experience first:

  • โšก Expo for mobile development
  • โš›๏ธ React Native for building native apps using React
  • ๐Ÿ”ฅ Type checking TypeScript
  • ๐Ÿ’Ž Integrate with NativeWind, Tailwind CSS for React Native
  • ๐Ÿ“ File-based routing with Expo Router
  • ๐Ÿ“ Linter with ESLint
  • ๐Ÿ’– Code Formatter with Prettier
  • ๐ŸฆŠ Husky for Git Hooks
  • ๐Ÿšซ Lint-staged for running linters on Git staged files
  • ๐Ÿฆบ Unit Testing with Jest and React Testing Library
  • ๐Ÿงช E2E Testing with Detox
  • ๐Ÿ’ก Absolute Imports using @ prefix
  • ๐Ÿ—‚ VSCode configuration: Settings, Tasks and extension for PostCSS, ESLint, Prettier, TypeScript, Jest

Nextless.js SaaS Boilerplate

Build your SaaS product faster with React SaaS Boilerplate.

React SaaS Boilerplate Next.js

Requirements

Getting started

Run the following command on your local environment:

git clone --depth=1 https://github.com/ixartz/React-Native-Boilerplate.git my-project-name
cd my-project-name
npm install

Then, you can run locally in development mode with live reload:

npm run dev:ios
# Or
npm run dev:android

This will open the app in the iOS simulator or Android emulator.

Testing

Testing is an important part of the development process and often the neglected one. This starter code comes up with Jest and React Testing Library for unit testing and Detox for E2E testing.

Unit Testing

To run the unit tests, run the following command:

npm run test

E2E Testing

To run the E2E tests, you first need to run the following command:

npm run e2e:prepare # Only need to run once

Then, you can run the following command to run the E2E tests:

npm run e2e:ios
# Or
npm run e2e:android

VSCode information (optional)

If you are VSCode users, you can have a better integration with VSCode by installing the suggested extension in .vscode/extension.json. The starter code comes up with Settings for a seamless integration with VSCode. The Debug configuration is also provided for frontend and backend debugging experience.

With the plugins installed on your VSCode, ESLint and Prettier can automatically fix the code and show you the errors. Same goes for testing, you can install VSCode Jest extension to automatically run your tests and it also show the code coverage in context.

Pro tips: if you need a project wide type checking with TypeScript, you can run a build with Cmd + Shift + B on Mac.

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug. Totally open to any suggestions and improvements.

License

Licensed under the MIT License, Copyright ยฉ 2023

See LICENSE for more information.


Made with โ™ฅ by CreativeDesignsGuru Twitter

React SaaS Boilerplate

More Repositories

1

Next-js-Boilerplate

๐Ÿš€๐ŸŽ‰๐Ÿ“š Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript โšก๏ธ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS โœจ
TypeScript
8,567
star
2

SaaS-Boilerplate

๐Ÿš€๐ŸŽ‰๐Ÿ“š SaaS Boilerplate built with Next.js + Tailwind CSS + Shadcn UI + TypeScript. โšก๏ธ Full-stack React application with Auth, Multi-tenancy, Roles & Permissions, i18n, Landing Page, DB, Logging, Testing
TypeScript
3,348
star
3

Next-JS-Landing-Page-Starter-Template

๐Ÿš€ Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript โšก๏ธ Made with developer experience first: Next.js 14 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
TypeScript
1,785
star
4

Astro-boilerplate

๐Ÿš€ Astro boilerplate with responsive blog and portfolio template using TypeScript and React styled with Tailwind CSS โšก๏ธ Made with developer experience first: TypeScript + ESLint + Prettier + Husky + Lint-Staged + Commitlint + VSCode
TypeScript
741
star
5

Next-js-Blog-Boilerplate

๐Ÿš€ Nextjs Blog Boilerplate is starter code for your blog based on Next framework. โšก๏ธ Made with Nextjs 12, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS 3.
TypeScript
636
star
6

Serverless-Boilerplate-Express-TypeScript

๐Ÿš€๐ŸŽ‰๐Ÿ“š Boilerplate and Starter for Serverless framework, ExpressJS, TypeScript, Prisma and MongoDB โšก๏ธ Made with developer experience first: Serverless framework + Live reload + Offline support + ExpressJS + TypeScript + ESLint + Prettier + Husky + Commitlint + Lint-Staged + Jest + Dotenv + esbuild + VSCode
TypeScript
545
star
7

Eleventy-Starter-Boilerplate

๐Ÿš€ Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. โšก Built with Eleventy, ESLint, Prettier, Webpack 5, PostCSS, Tailwind CSS 2 and Netlify CMS (optional).
EJS
263
star
8

handwritten-digit-recognition-tensorflowjs

In-Browser Digit recognition with Tensorflow.js and React using Mnist dataset
JavaScript
47
star
9

astro-boilerplate-components

TypeScript
33
star
10

Markov-segmentation

Image segmentation with a Markov random field
C++
21
star
11

nextjs-starter

๐Ÿš€๐ŸŽ‰๐Ÿ“š Next.js Starter Template with built-in features like Auth, DB, I18n, Logging, Testing and more. โšก๏ธ Enjoy modern dev with React, TypeScript, Tailwind CSS, and Zod
TypeScript
8
star
12

dotfiles-v2

Shell
5
star
13

My-blog

My technical blog on Jekyll
CSS
1
star
14

Fat-File-System

C++
1
star
15

coding-style-checker

Coding convention style checker for C++
Python
1
star