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: