https://github.com/maxmellon/todo-mvc-rn
https://github.com/maxmellon/todo-mvc-rn
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmellon/todo-mvc-rn
- Owner: MaxMEllon
- Created: 2021-02-15T11:35:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T06:54:36.000Z (over 5 years ago)
- Last Synced: 2025-04-02T22:51:16.737Z (about 1 year ago)
- Language: TypeScript
- Size: 312 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# エミュレーターの起動
```
$ npm run ios
```
# API の起動
```
$ npm run start:server
```
# API-doc の 起動
```
$ npm run start:spec
```