EasyERP / EasyERP_open_source

MIT License
228 stars 204 forks source link

Separate Frontend & Backend #24

Open techseria opened 6 years ago

techseria commented 6 years ago

We want to run frontend on another server and backend on another server. But in the current code, only one server.js file is referred while doing npm start.

Can anyone guide me how I can make both platforms separate for this project?