From 79aac03500f71499aad47ee2576e5b2ab1ab4b5d Mon Sep 17 00:00:00 2001 From: adam-skowronek Date: Mon, 30 May 2022 22:13:18 +0200 Subject: [PATCH] Update frontend readme --- frontend/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/README.md b/frontend/README.md index b87cb00..8341bd8 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -2,6 +2,16 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +## How to run for development + +You need to have Node.js installed (https://nodejs.org/) + +### 1. `npm install` + +### 2. `npm start` + +Then you can view the app in the browser (http://localhost:3000 or http://127.0.0.1:3000) + ## Available Scripts In the project directory, you can run: