fullstack-demo icon indicating copy to clipboard operation
fullstack-demo copied to clipboard

An example of what the angular-fullstack generator can scaffold.

Results 14 fullstack-demo issues
Sort by recently updated
recently updated
newest added

I tried to deploy this app after a fresh clone, but received several errors. At first it was Error: Cannot find module 'connect-livereload' Afterwards I ran heroku config:set NODE_ENV=staging and...

Hi, With my understanding from documentation i execute only grunt serve , but i am getting error 401 while i select google authentication or any others. That’s an error. Error:...

When I build my project, inside dist/server/app.js I can see the following line: process.env.NODE_ENV = process.env.NODE_ENV || 'development'; What should I do to start my server in production environment when...

Hi, Routes of my program calls the auth.isAuthenticated () function , this route is the type get: This route shows me cars router.get ( '/', auth.isAuthenticated () , controller.index )...

HI, How can I include a jade mixin ? I seems that's nor working. I got this error Running "jade:compile" (jade) task File .tmp/app/account/login/login.html created. File .tmp/app/account/settings/settings.html created. File .tmp/app/account/signup/signup.html...

Any plans to add in this functionality? Is this repo being actively maintained? Thanks.

[this line](https://github.com/DaftMonk/fullstack-demo/blob/master/server/routes.js#L18) ``` javascript app.route('/:url(api|auth|components|app|bower_components|assets)/*') .get(errors[404]); ``` ...looking for a quick explanation. I understand it is meant to redirect to 404 if the url doesn't match some specific paths, but...

I don't see anywhere where you configure socket.io to use jwt [like the example shown here](https://github.com/auth0/socketio-jwt/blob/master/example/server.js#L34) That mean the websocket is open to any connection?

Hi! Just wanted to say that so far I am blown away with your generator. I've played around with mean.js and mean.io before but this project structure is really well...