huyqle3 / node-express-mongo-bower-gulp-template

2016 Node, Express, MongoDB, Bower, and Gulp template for log-in, sign up, and blog posting/commenting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-express-mongo-bower-gulp-template

An organized template, using node.js, express, mongodb, bower, and gulp to create a passport/bcrypt authenticated log-in/sign up website with blog posting/commenting.

Log-in Screen

Setup

All instructions for setup and local development are listed in this blog post here.

Local development

To use this template as it is, you can git clone the repo:

git clone https://github.com/huyle333/node-express-mongo-bower-gulp-template

We go into the directory and install npm and bower dependencies and set up gulp.

cd node-express-mongo-bower-gulp-template
npm install && bower install && gulp

Now that we have all the files, to develop on this template locally, you should have 5 terminals/terminal tabs open.

  • 1st terminal: mongod --dbpath data/
  • 2nd terminal: mongo
  • 3rd terminal: gulp watch
  • 4th terminal: npm start
  • 5th terminal: Extra terminal for miscellaneous commands.

After running npm start, you can open a web browser and visit http://localhost:3000 to see your locally developed website.

About

2016 Node, Express, MongoDB, Bower, and Gulp template for log-in, sign up, and blog posting/commenting.


Languages

Language:CSS 89.1%Language:JavaScript 8.2%Language:HTML 2.7%