/Notedly

🥪🥪🥪 Cross-platform application with GraphQL, React, React Native, and Electron

Notedly

🥪🥪🥪 Cross-platform application with GraphQL, React, React Native, and Electron

This project is from jseverywhere books. If you are looking for the books -> Download JavaScript Everywhere.

Getting Started


  1. Create the project directory, if you are using Git Bash, you can follow below process in your terminal
$ mkdir Projects
$ cd Projects
$ mkdir notedly && cd  notedly
  1. Clone the repo
$ git clone https://github.com/Hein-HtetSan/api.git
$ git clone https://github.com/Hein-HtetSan/web.git
$ git clone https://github.com/Hein-HtetSan/desktop.git
$ git clone https://github.com/Hein-HtetSan/mobile.git

Usage

1. You have to run api first for local development 📱❤️

$ cd api
$ npm install

For more information : Notedly - API.

2. For web 🍔🌐

$ cd web
$ npm install

For more information : Notedly - Web.

3. For desktop 🍔💻

$ cd desktop
$ npm install

For more information : Notedly - Desktop.

4. For mobile 🍔📱

  • Visit expo.io and create an Expo account.
  • Install the Expo command-line tools by typing npm install expo-cli --global into your terminal application $ npm install expo-cli --global
  • Sign in to your Expo account locally by typing expo login in your terminal application $ expo login
  • Install the Expo Client application for your mobile device. Links to the Expo Client iOS and Android app can be found at expo.io/tools.
  • Sign in to your account in the Expo Client application.
$ cd mobile
$ npm install

For more information : Notedly - Mobile.