https://github.com/knowledgefactory4u/springboot-react-crud-client
https://github.com/knowledgefactory4u/springboot-react-crud-client
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/springboot-react-crud-client
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2020-10-17T09:45:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T10:02:27.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T15:42:42.784Z (11 months ago)
- Language: JavaScript
- Size: 204 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# springboot-react-crud-client
## Frontend Local Setup:
**Step 1: Download or clone the source code to a local machine.**
**Step 2:**
```
npm install
```
**Step 3: Run the Frontend application**
```
npm start
```