Impact Todo web application frontend with React. Also access the backend API.
Install dependencies:
yarnEdit the .env file based on your API URL:
REACT_APP_API_URL=http://localhost:3000
Then start the development server:
yarn devBuild the app to /build folder:
yarn buildTest components:
yarn test
# Then Press a to run all tests.