Free and open source task management app.
Install remaining dependencies:
npm install
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build. Use --watch
flag if you want frontend to rebuild on changes (useful for development).
Before you can run the app, you will need to:
- Create a MySQL or MariaDB database for Taskz to use.
- Edit
config.json
and provide necessary details for the database. If your redis server is not running on localhost with default port, provide those details too.
Run node app.js
to start the app. Navigate to http://localhost:4000
.