Main repository for the Internal CRM task.
This is the bundle for the internal CRM task containing the client and the server. We suggest that you fork the repository into your account and then use that for development.
- Open a new terminal and navigate to the root of the project.
cd client
npm i
npm run dev
- Open a new terminal and navigate to the root of the project.
cd server
npm i
npm run dev
- The server contains two auto generated files for logging purposes:
uncaughtExceptions.log
(contains any raised exceptions)logfile.log
- Create:
[commit message]
(create a new functionality) - Add:
[commit message]
(addition to an existing functionality) - Fix:
[commit message]
(fix a bug within an existing functionality) - Refactor:
[commit message]
(refactor an existing functionality)