A simple frontend to display data parsed from Active businesses from Los angeles City
To run the project locally, follow the bellow instructions:
- Make a copy of the file
.env.example
to.env
- Change the value from REACT_APP_BASE_URL to the correct url that your server is running
- yarn
to install the project dependencies
- yarn start
to run the project
- yarn test
to run tests
A simple crawler to parse data from Active businesses from Los angeles City
To run the project locally, follow the bellow instructions:
- Make a copy of the file
.env.example
to.env
- Change the value from PORT to the value of your preference
- yarn
to install the project dependencies
- yarn start:dev
to run in dev environment
- yarn test
to run tests