feat: README file.

This commit is contained in:
Ahmed Bouhuolia
2020-03-19 18:08:08 +02:00
parent ab81f4be40
commit ace43ed830

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
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