mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 11:50:31 +00:00
299 B
299 B
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