

You can use your own Spring Boot Project, or just download the source code on Github, or follow these steps to create a new one. Press OK, then Apply, the result will be like this: Press Add Filter…, choose Filter Type: Exclude all, Applies to: Files and folders, and check All children (recursive), with ‘File and Folder Atributes’, we specify node_modules:.Right click on react-crud project, choose Properties, then Resource -> Resource Filter.To clean the source code in STS, we need to remove node_modules folder by following the steps: Open Spring Tool Suite, right click on Package Explorer and choose Import -> General -> Projects from Folder or Archieve, press Next.įind the React Project that we’ve just created above and press Finish, react-crud is imported like this:


Because I want to keep this tutorial simple and brief, please continue to develop this App with instruction in the post: React.js CRUD example to consume Web API Import React Project to Spring Tool Suite
