Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any similar boilerplate like MEAN stack for SailsJS? [closed]

I have to develop a new blog for myself. I have recently got acquainted with AngularJS, mongoDB, node, sails, etc. I have got some primitive knowledge about all these to start the development.

So, I was looking for something similar to http://mean.io/, MEAN stack. But instead of using ExpressJS, I am gonna use SailsJS. Is there anything similar to MEAN but works with SailsJS as well? Or is there any other approach to the same, considering I am also gonna use AnuglarJS for front-end and mongoDB for my database?

like image 366
rishy Avatar asked Dec 07 '25 17:12

rishy


1 Answers

AFAIK, there's no branded Sails-based alternative to http://mean.io/ yet, though some people were talking about MEANS stack already.

That being said, you have several choices for creating an Angular+Sails app. One of them is using Yeoman generator, like this one.

Another way could be this boilerplate which is somewhat official, as it's published by Balderdash, the company behind Sails. Though when I tried to test it, dependency installation was failing, so I fixed it on this fork. This boilerplate is based on the brand new Sails v0.10. Also, you are going to have to do is to connect it to your MongoDB (the default is sails-disk), see here for how-to.

like image 81
bredikhin Avatar answered Dec 09 '25 11:12

bredikhin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!