Git Product home page Git Product logo

generator-express-simple's Introduction

generator-express-simple Build Status

NPM version

A simple express generator for Yeoman.

Getting Started

If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.

Overview

The generator comes with jquery and Bootstrap.

Newly added functionality is the ability to choose between express 3.x setup and express 4.x.

Get to know more about express 4.x over here and here.

Express-generator-simple supports these css preprocessors :



and these view engines :

Added support for the Gruntfile in either coffeescript or javascript Currently working on choosing between gulp and grunt as the build tool

Installing

install generator-express-simple by running

npm install -g generator-express-simple

Usage

yo express-simple [appname]

appname - optional

Now your app is ready to be run.

Running

Removed nodemon from the build task because the new version of nodemon eats up a lot of memory. Install version 0.7.10 of nodemon:

and to start the application run

nodemon -L --watch [folder] --watch [another folder] --debug app.js

For more information on using the version 0.7.10 of nodemon check it out over here

If you are using gulp as your build tool, you will have to start the node inspector tool from another terminal by running

node-inspector --save-live-edit --web-port=[Number] --hidden=[Array]

Then in another terminal run

grunt

or

gulp

to watch and build the application depending on the build tool you chose

Contributing

  1. Fork it
  2. Create your feature branch git checkout -b feature-name
  3. Commit your changes git commit -am "add your feature"
  4. Push to the branch git push origin feature-name
  5. Create pull request

Make sure the tests are passing and send a pull request.

License

MIT License

generator-express-simple's People

Contributors

nanaeasiedu avatar jarrodldavis avatar yyolk avatar bitdeli-chef avatar davemkirk avatar boskiv avatar

Watchers

 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.