Ahmed Bouhuolia 4718f63c94 - feat: Update react-query package to V 2.1.1.
- feat: Favicon setup.
- feat: Fix accounts inactivate/activate 1 account.
- feat: Seed accounts, expenses and manual journals resource fields.
- feat: Validate make journal receivable/payable without contact.
- feat: Validate make journal contact without receivable or payable.
- feat: More components abstractions.
- feat: Use reselect.js to memorize components properties.
- fix: Journal type of manual journal.
- fix: Sidebar style optimization.
- fix: Data-table check-box style optimization.
- fix: Data-table spinner style dimensions.
- fix: Submit journal with contact_id and contact_type.
2020-07-01 12:51:12 +02:00
WIP
2020-03-16 00:06:15 +02:00
2019-09-03 02:07:28 +02:00
WIP
2020-03-19 17:02:37 +02:00
2020-03-26 15:27:38 +02:00
2020-01-22 02:09:45 +02:00
2020-03-19 18:08:08 +02:00

CLIENT

  1. cd client
  2. npm install

RUN CLINET

  1. npm run start

SERVER

  1. cd server
  2. npm install
  3. npm install -g knex webpack
  4. write database details to .env files.
  5. knex migrate:latest
  6. knex seed:run

RUN SERVER

  1. npm run start
Languages
TypeScript 96.9%
SCSS 2%
Shell 0.5%
HTML 0.3%
JavaScript 0.2%