Skip to content

rhanesoghlyan/Express-Boilerplate-MVC

Repository files navigation

Express-Boilerplate (MVC)

Build Status

Express boilerplate using ES6 and MVC pattern

Getting Started

This boilerplate requires Grunt ^1.0.1.

If you haven't used Grunt or nodeJS before, be sure to check out the Grunt Getting Started guide, as it explains how to use Grunt, additionally checkout NodeJS documentation. Once you're familiar with that process, you may install this boilerplate with the following steps :

Import a Git repository using the command line
git clone https://github.com/rhanesoghlyan/Express-Boilerplate-MVC.git
Install nodeJS on your preferred system

Download from official website Official website

Install Ruby on your preferred system

Download from official website Official website

Install SASS on your preferred system

Install using command line

gem install sass

Download from official website Official website

Install Grunt cli as a global node module
npm install -g grunt-cli
Install Bower cli as a global node module
npm install -g bower
For running the boilerplate after clone do the following steps in the command line run
1. Npm install
npm install
2. Bower install
bower install
To run dev server type in
grunt serve
To build production ready version type in
grunt build

Releases

No releases published

Packages

No packages published