GithubHelp home page GithubHelp logo

ellacorvo / express-boilerplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from slwulf/express-boilerplate

0.0 2.0 0.0 7 KB

express-generator just wasn't cutting it.

JavaScript 88.04% CSS 5.48% HTML 6.47%

express-boilerplate's Introduction

Express Boilerplate

This is literally just my boilerplate Express project. I was running express-generator for every project and finding myself using the same settings and doing some additional set up on every project as well. To save myself some pain, I made this.

The base express-generator command was express --hbs --css sass --git. Here's what that translates out to, plus what I added:

  • Handlebars templating (generator)
  • Sass compiling (generator)
  • Stock gitignore (generator)
  • Added express-handlebars for better templating
  • Added Eric Elliot's express-error-handler
  • Added Mongoose for MongoDB support and a starter model
  • Added debug start to npm scripts (npm run debug)
  • Customized routes setup

Usage

If you just fell in love, you can use this for any project you could ever dream of. Just fork the repo, pull down a copy, and run npm install to get all the dependencies.

Contributing

Since this is my personal boilerplate, I'm not exactly looking for contributors. However, if you actually used this and found a bug or something that could be improved, feel free to raise an issue!

express-boilerplate's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.