Skip to content

eneax/rn-notes-app-json-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rn-notes-app-json-server

JSON Server for my React Native 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:
npm run db
  • on the second window run ngrok with the following command:
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 :)

About

JSON Server for my React Native Notes App

Topics

Resources

License

Stars

Watchers

Forks