mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
45088b2d3ba4bef2af58b8c8183120ce1d3c0a58
feat: Style sales and purchases forms - 80% progress. feat: Validate purchase-able and sell-able items in invoices and bills. feat: Fix bugs in inventory FIFO/LIFO cost methods.
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%