Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages