Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eneax/rn-notes-app-json-server
JSON Server for my React Native Notes App
https://github.com/eneax/rn-notes-app-json-server
json-server ngrok
Last synced: about 11 hours ago
JSON representation
JSON Server for my React Native Notes App
- Host: GitHub
- URL: https://github.com/eneax/rn-notes-app-json-server
- Owner: eneax
- License: mit
- Created: 2021-09-14T19:13:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T16:36:38.000Z (about 3 years ago)
- Last Synced: 2024-05-01T17:16:53.620Z (6 months ago)
- Topics: json-server, ngrok
- Homepage: https://github.com/eneax/rn-notes-app
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rn-notes-app-json-server
JSON Server for my [React Native Notes App](https://github.com/eneax/rn-notes-app).
## Run this project locally
To run this project locally, you need to open two terminal windows:
- on the first window run `JSON Server` with the following command:
```shell
npm run db
```- on the second window run `ngrok` with the following command:
```shell
npm run tunnel
```## Note
Every time you start `ngrok`, you will get a new HTTP/TCP tunnel on random URLs/ports.
If you want to have custom subdomains and reserved domains, you have get the `ngrok` BASIC or PRO plan :)