GitHub - enzeliu/MVC: MVC Boilerplate for Express 4 Applications · GitHub
Skip to content

enzeliu/MVC

Folders and files

Repository files navigation

MVC

Circle CI Dependency Status

Getting started

$ git clone git@github.com:AlexKvazos/MVC.git
$ cd MVC
$ npm install   // this will also run bower install and gulp build
$ npm start

Gulp Tasks

  • gulp lint Test javascript code against ESLint
  • gulp serve Start server and (restart when server side code changes) && (re-bundle client side js when client code changes)
  • gulp build Build application

Note: Client code will only have sourcemaps if process.env.NODE_ENV === 'development'

Testing

$ npm test

About

MVC Boilerplate for Express 4 Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors