From 3fb070817a83ad21c33b1a137734532f486331bf Mon Sep 17 00:00:00 2001 From: IamLizu Date: Tue, 13 Aug 2024 22:15:47 +0600 Subject: [PATCH] added boilerplate in examples --- en/starter/examples.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/en/starter/examples.md b/en/starter/examples.md index 3cb67d6b30..45002ec4a9 100755 --- a/en/starter/examples.md +++ b/en/starter/examples.md @@ -9,6 +9,16 @@ redirect_from: "/starter/examples.html" {% capture examples %}{% include readmes/express-master/examples.md %}{% endcapture %} {{ examples | replace: "](.", "](https://github.com/expressjs/express/tree/master/examples" }} +## Boilerplate + +- [Boilerplate](http://github.com/robrighter/node-boilerplate) -- boilerplate app supplying Express, Connect, Socket-IO, Jade/Pug and more. +- [express-mongoose-es6-rest-api](https://github.com/KunalKapadia/express-mongoose-es6-rest-api) -- A boilerplate application for building REST APIs using express and mongoose in ES6 with code coverage. +- [express-site-template](https://github.com/langpavel/node-express-site-template) -- jade, stylus, sessions with redis +- [backbone-express-mongoose-socketio](https://github.com/datapimp/backbone-express-mongoose-socketio) -- Boilerplate app supplying backbone, mongoose, and socket.io +- [node-express-mongoose](https://github.com/madhums/node-express-mongoose) -- A boilerplate application for building web apps using express, mongoose and passport. ([demo](http://nodejs-express-demo.herokuapp.com/)) +- [bearcat-todo](https://github.com/bearcatnode/todo) -- a simple todo app built on [bearcat](https://github.com/bearcatnode/bearcat) and express, bearcat makes it easy write simple, maintainable node.js +- [node-scaffold](https://github.com/mauriciogior/node-scaffold) -- a beautiful scaffolding module. It generates an app (MVC) based on express and mongoose for a given json configuration. + ## Additional examples These are some additional examples with more extensive integrations.