Skip to content

impactbyte-learn/impactodo-web-react

Repository files navigation

Impact Todo Web React

Impact Todo web application frontend with React. Also access the backend API.

Development

Install dependencies:

yarn

Edit the .env file based on your API URL:

REACT_APP_API_URL=http://localhost:3000

Then start the development server:

yarn dev

Build

Build the app to /build folder:

yarn build

Test

Test components:

yarn test

# Then Press a to run all tests.