Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Jun 30, 2022
1 parent 82b3573 commit e4d9346
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ start-backend:
npx start-server

start:
make start-backend & make start-frontend
make start-backend & make start-frontend

deploy:
git push heroku main
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Example React App

## Install

```bash
make install
```

## Run

```sh
$ make start
# open http://localhost:3000
```

##
[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](https://hexlet.io/pages/about?utm_source=github&utm_medium=link&utm_campaign=react-app-example)

This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet](https://hexlet.io/pages/about?utm_source=github&utm_medium=link&utm_campaign=react-app-example).
##

See most active contributors on [hexlet-friends](https://friends.hexlet.io/).

0 comments on commit e4d9346

Please sign in to comment.