Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
51 lines (35 loc) · 974 Bytes

readme.md

File metadata and controls

51 lines (35 loc) · 974 Bytes

Taskero - productivity

"banner image"

Superheroic personal productivity app in the making

Get started

this is a react native app built with typescript

step 1:

clone this repository with a new branch

step 2:

install the app and backend dependencies using the below commands

  • frontend dependencies
cd taskero && npm install
  • backend dependencies
npm install

step 3:

create a mongodb atlas cluster and connect using the mongo uri and start the server

step 4:

connect your mobile device via USB or connect virtual device and check if the device is up and running using the follow command

adb devices

above command works only for android devices and requires android studio and related sdks installed correctly on your machine

step 5:

start contributing 🚀🚀🚀


Backend env

MONGO_URI=''
PORT=5000
NODE_ENV=development