Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Side: How to ? #71

Open
calebebrim opened this issue Jun 11, 2016 · 5 comments
Open

Server Side: How to ? #71

calebebrim opened this issue Jun 11, 2016 · 5 comments
Labels

Comments

@calebebrim
Copy link

I didn't find any doc about how to configure server side. I'm newbie on angular node and gulps.
Can you give some hints?

I want to know the best way to set up backend serving with gulps. Thanks.

@vazh
Copy link

vazh commented Jun 13, 2016

client side is usually set up in PHP/Java/Node/Ruby/ASP or whatever server side PL thats available.
usually its a rest-server. you can find guide everywhere on how to set-up rest server with different PL.

@lugovsky
Copy link
Member

Please take a look at my answer here #61, I hope it can help you

@xEnigma
Copy link

xEnigma commented Jun 13, 2016

Hello,

I have also a question regarding this topic:
As soon as I put the src folder in a subdirectory (in my case "resources"), the "vendor.js" file is not being generated when I build via "gulp".
I want to build the files into the "public" directory. As far as I can see, everything is being generated, only the vendor.js file under public/scripts is missing.

Here are my paths from the conf.js:
src: 'resources/src', dist: 'public', devDist: 'dev-release', tmp: 'resources/.tmp', e2e: 'e2e'

@calebebrim
Copy link
Author

Let me see if I understand.

  1. Blur admin is front-end (Client side)
  2. I can build it than it will be available on release folder.
  3. Than I can serve it on my server.

To serve those files I need implement:
my_http = require("http");

Am I right?

@vazh
Copy link

vazh commented Jun 17, 2016

@calebebrim unfortunately i dont know how loopback client server works. you need to refer to loopback documentation for it.
You can also put it inside any webserver, since its just html, css, and js
files.

On Saturday, 18 June 2016, calebebrim [email protected] wrote:

Let me see if I understand.

  1. Blur admin is front-end (Client side)
  2. I can build it than it will be available on release folder.
  3. Than I can serve it on my server.

To serve those files I need implement:
my_http = require("http");

Am I right?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#71 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ADB2sB8DEuFhyfcy5GQ948a2UsHQls1gks5qMuffgaJpZM4Izpiv
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants