Baconpress is a template project that works with Node.js + Express.js + Swig + Passport.js + Helmet.js + Gulp and implements MVC pattern.
- Node.js - Download and Install Node.js. You can also follow this gist for a quick and easy way to install Node.js and npm
- MongoDB - Download and Install MongoDB - Make sure
mongod
is running on the default port (27017). You can use mongo as a service, for example: https://mongolab.com/
- NPM - Node.js package manage; should be installed when you install node.js.
- Clone this repository $git clone https://github.com/danilodeveloper/baconpress.git
- $npm install
- $gulp
- Be happy ;)