Git Product home page Git Product logo

express-boilerplate's Introduction

Express.js Bootstrap Boilerplate

A simple boilerplate I made for personal use as a starting point for Express.js + Jade projects that use Bootstrap. Font Awesome has also been included because I find it quite handy to have. Quite handy for hackathons.

Dependencies

Pre-requisite

Installed via npm or included

Usage

  1. Download a copy of the repository
  • I recommend not cloning the repository to avoid having to reconfigure git remotes. It's easier to just download a clean copy using the "Download ZIP" option to the right.
  • Alternatively, you can fork the repo, make your changes (e.g. rename) and then clone it to use as your own project repo.
  1. Install dependencies using npm
    $ npm install
  2. Run the app
    $ node app.js
  3. Navigate to http://localhost:3000 to view your app

Database

I've included a sample config for a MySQL database, but it is currently disabled. To enable/disable it, check common.js and comment/uncomment the appropriate line.

/* MySQL Database */
// var db = require('./db').init(conf);
var db = null;

Contributions

If you want to make any improvements to the boilerplate, feel free to fork the repo and then send me a pull request. I don't consider myself an Express expert by any means.

License

MIT License. See LICENSE

express-boilerplate's People

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.