Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/okhiroyuki/redmobile-react-app-sample
- Owner: okhiroyuki
- Created: 2021-02-13T03:23:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T18:10:16.000Z (7 months ago)
- Last Synced: 2024-05-02T02:11:37.938Z (7 months ago)
- Topics: react
- Language: JavaScript
- Homepage: https://okhiroyuki.github.io/redmobile-react-app-sample/
- Size: 2.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```