Full Stack erp app by Spring Boot, React.
How to setup back-end app (app-server)
First go to the app-server
folder -
cd app-server
How to setup back-end app (app-client)
First go to the app-client
folder -
cd app-client
Then type the following command to install the dependencies and start the application -
npm install && npm run dev
The front-end server will start on port 3000
.