mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
4718f63c949047885ec13b6f8e6d563e6f841e5b
- 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.
CLIENT
cd clientnpm install
RUN CLINET
- npm run start
SERVER
- cd server
- npm install
- npm install -g knex webpack
- write database details to .env files.
knex migrate:latestknex seed:run
RUN SERVER
- npm run start
Languages
TypeScript
96.9%
SCSS
2%
Shell
0.5%
HTML
0.3%
JavaScript
0.2%