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

https://github.com/solnustec/react-native-template

Template React Native With Expo Project
https://github.com/solnustec/react-native-template

expo react-native template-project typescript

Last synced: about 2 months ago
JSON representation

Template React Native With Expo Project

Awesome Lists containing this project

README

          

# @solnustec/react-native-template

First, you need to change the project name in the following files:

- `package.json`
- `README.md`

Specify the first version of this project in `package.json`.

## Requirements

You need to install the following dependencies.

1. [Node.js](https://nodejs.org/en): the min version required is `20`,
the latest LTS version.

> **Recommendation**:
> If you have installed `nvm` in your PC, only you need to run the following command:

```sh
nvm install
nvm use
```

To set the default version, you can run the following command:

```sh
nvm alias default 20
```

2. [Git](https://git-scm.com/): recommended in the latest version

## Set-up

- Run `npm install` in the root directory. This going to install all
the required packages.
- Run `npm run start` to start the server
- Enjoy! 😊

## Test

Only run `npm test` to execute all tests.