Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/okhiroyuki/redmobile-react-app-sample

ReactApp sample for RedMobile
https://github.com/okhiroyuki/redmobile-react-app-sample

react

Last synced: 5 days ago
JSON representation

ReactApp sample for RedMobile

Awesome Lists containing this project

README

        

# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Prepare

```zsh
nodenv install
pre-commit install
npm i -g yarn
```

## Available Scripts

In the project directory, you can run:

### Yarn Install

```zsh
yarn install
```

### Yarn Start

```zsh
NODE_OPTIONS=--openssl-legacy-provider yarn start
```

### Yarn Build

```zsh
yarn build
```

### Deply

```zsh
yarn deploy
```