Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

startkit-dev/startkit-expo

Repository files navigation

startkit-expo

A sane starting point for Expo projects.

Features

Starting a new project with StartKit

  1. Clone this repo to your desired path:

    git clone git@github.com:startkit-dev/startkit-expo.git my-new-project
  2. Rename the project in app.config.js and package.json

  3. Update your git remote to point to StartKit as upstream

    git remote rename origin upstream

    In the future, you'll be able to pull in the latest StartKit changes without missing a beat by running:

    git fetch upstream
    git pull upstream/main

Installation

pnpm run setup

Running the app

pnpm dev

Linting / Checking the codebase

To run a full check of the codebase (type-check, lint, prettier check, test), run:

pnpm check

Linting

pnpm lint

Type Checking

pnpm type-check

Formatting with Prettier

pnpm format

to check for format errors, run:

pnpm format:check

Testing via Jest

pnpm test

About

A sane way to start your next Expo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published