Managing your daily tasks regulary everyday with taskade platform
Built it with
- Node.js
- Express.js
- MongoDB
- React.js
To start development locally to the following
- API
You will first have to install dependencies then start the server
cd api && npm run install # this is install required dependencies
npm run dev # to start the development server
- Frontend
You will also install dependencies then start the server
cd api && npm run install # this is install required dependencies
npm run dev # to start the development server