Skip to content

Commit

Permalink
Merge pull request #5 from hexlet-components/fix-commands
Browse files Browse the repository at this point in the history
update commands
  • Loading branch information
dzencot authored Mar 28, 2024
2 parents e11e38b + 4167297 commit b9d0bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ deploy:
start:
make start-backend

develop:
make start-backend & make start-frontend

build:
rm frontend/build -rf
npm run build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ make install
## Development

```bash
make start
make develop
```
On *localhost:3000*

Expand Down

0 comments on commit b9d0bd4

Please sign in to comment.