DEV Community

devcse
devcse

Posted on

Set Up React JS application with React-Bootstrap and React-Router-Dom

Hello,
Today we will create a spring boot CRUD application. In, this example, we are using the MySQL database to store data, to view and manage the data we will use react Js library in the frontend part. For API testing we will use Postman.

In this article, We will create a react application, Install some packages like react-bootstrap and react-router-dom. Actually, in this example, we will set up the react application.

Before initializing the react application, ensure you have installed the node.exe application on your local machine.

Go to a folder, then open the CMD and type:

npx create-react-app employeecrud

Complete Article

Top comments (0)