Skip to content

JumpstartMty/web

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 grunt build
$ npm start

Grunt Tasks

  • grunt test Test javascript code against ESLint
  • grunt watch Watches for changes on clientside files (js, sass) and rebuilds them
  • grunt server Starts the application with nodemon and automatically restart when server side code changes
  • grunt build Build the clientside application with production-ready assets

Testing

$ npm test

Releases

No releases published

Packages

No packages published