Files
bigcapital/README.md
Ahmed Bouhuolia ace43ed830 feat: README file.
2020-03-19 18:08:08 +02:00

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