From e4d9346890a0129c7fed2ae5858fc1470c022fc1 Mon Sep 17 00:00:00 2001 From: Ivan Gagarinov Date: Thu, 30 Jun 2022 21:34:45 +0500 Subject: [PATCH] add readme --- Makefile | 5 ++++- README.md | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/Makefile b/Makefile index b1a5f59..1545a76 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,7 @@ start-backend: npx start-server start: - make start-backend & make start-frontend \ No newline at end of file + make start-backend & make start-frontend + +deploy: + git push heroku main diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa3184f --- /dev/null +++ b/README.md @@ -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/).