Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
denakol committed Aug 31, 2020
1 parent 582a0b5 commit 9ebc0fc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@
- Eslint + Prettier
- graphql-codegen


#### Docker

````
docker-compose up
````
- Run `docker-compose up`
- Open `http://localhost:3000/`


Ports:
- 4000 - api
- 3000 - web
- 3306 - sql


#### Manually
Expand All @@ -26,7 +31,7 @@ docker-compose up
##### Web
- Set up api url in `web/.env`
- Use `yarn dev` for development and `yarn build && yarn start` for production

- Open `http://localhost:3000/`
#### Notes

There is graphql-codegen for preventing dummy coding of typings.
Expand Down

0 comments on commit 9ebc0fc

Please sign in to comment.