Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 327 Bytes

File metadata and controls

9 lines (6 loc) · 327 Bytes

diary

REST api with React Native client

Installation

  1. Run npm install or yarn install in each directory to install all dependencies.
  2. Run npm start or yarn start in diary-back-end directory to start the server.
  3. Run npx expo start --web in diary-ui directory to start the client in web browser.