sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

[Feature Request] API only option #206

Open woutervddn opened 7 years ago

woutervddn commented 7 years ago

While fantastic already, sometime an API-only project comes along. Having the option to go:

without:

But that right before the CSS Framework allows me to pick between:

Why include this option?

While it's nice to have an all-in-one package, when you're creating an API that will be visible from web, a mobile app and electron, having a decentralized api at api.mydomain.tld makes more sense.

That being said, when the Electron option for Megaboilerplate becomes available this might be a greater requirement. That being said, making the distinction between 'Static Site' and 'Single Page Webapp' might be another great addition but that is outside of the scope of this request.

woutervddn commented 7 years ago

I believe the following depencies should be removed in the case of an API only option:

"express-flash": "0.0.2", "jade": "^1.11.0",