From 1e4ae308e63d98ac6f6a7b6b60b821f5b6e74726 Mon Sep 17 00:00:00 2001 From: Kamila Matla-Tomczyk Date: Mon, 1 Oct 2018 18:46:15 +0200 Subject: [PATCH] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 2911af3..46d1a74 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,3 @@ # TVloVe TVloVe A simple React/Redux app allowing to browse through today's TV releases. Created with create-react-app and ejected to add CSS Modules and Sass. - -Steps to run it locally: -- `git clone` the repo -- `cd` into the repo folder -- `yarn install` to install dependencies -- `yarn start` to run the server on `http://localhost:3000` - -Demo app to be find [here](https://ka1130.github.io/TVloVe/).