Update frontend readme

This commit is contained in:
adam-skowronek 2022-05-30 22:13:18 +02:00
parent 859885a520
commit 79aac03500

View File

@ -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: