mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
20 lines
299 B
Markdown
20 lines
299 B
Markdown
|
|
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 |