🥪🥪🥪 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.
- 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
- 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
$ cd api
$ npm install
For more information : Notedly - API.
$ cd web
$ npm install
For more information : Notedly - Web.
$ cd desktop
$ npm install
For more information : Notedly - Desktop.
- 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.