/simple-mean-boilerplate

Simple MEAN Boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

Install

Install Bower in your system: npm install -g bower
Install Gulp in your system: npm install -g gulp
Install Nodemon in your system: npm install -g nodemon
enter in the folder project: cd simple-mean-boilerplate
Install Node dependencies: npm install
Install Bower dependencies: bower install

Getting started

Init Server: npm start