Superheroic personal productivity app in the making
this is a react native app built with typescript
clone this repository with a new branch
install the app and backend dependencies using the below commands
- frontend dependencies
cd taskero && npm install
- backend dependencies
npm install
create a mongodb atlas cluster and connect using the mongo uri and start the server
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
start contributing 🚀🚀🚀
Backend env
MONGO_URI=''
PORT=5000
NODE_ENV=development