COLLABORATIVE is an application meant for team collaboration projects using a Kanban Board. This idea is inspired directly from the Trello board, but we decided to put our own spin on it.
[ command ]
: description
[ cd application ]
[ npm i ]
: Install general directory dependencies. This is just for dataInjection.[ cd client-view ]
[ npm i ]
: Install all the dependencies for the client-side view.[ npm run build ]
: Build the pages that the server-side will serve[ cd.. ]
: Go back to the general directory[ cd server-controller ]
: Install all the dependencies for the server-side / controller.[ npm run devstart ]
: Run the server OR[ node index.js ]
OR[ supervisor index.js ]
If a bug is encountered, please do not hesitate to open a new issue here. Include what the circumstances were and any other information needed in replicating your issue. Remember, a well-documented Bug Report is as good as a solved one!