Configure CORS in a Spring Boot REST application to make it accessible from a frontend application such as React or Angular.
This is the client application of this exercise.
Server side is available at https://github.com/czetsuya/spring-cors.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.