Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 437 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 437 Bytes

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.