Frontend of web_scraper api
- Create a
.env
file with the api url like thisREACT_APP_API_URL=host-url
- Run
yarn install
to install the dependencies - Run
yarn start
to start the application
Frontend of web_scraper api
.env
file with the api url like this REACT_APP_API_URL=host-url
yarn install
to install the dependenciesyarn start
to start the application