Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 2.82 KB

README.md

File metadata and controls

49 lines (36 loc) · 2.82 KB

NIGHTLIFE Logo

About Night Life

Night Life is a demo application scaffolded from the MEAN.JS full-stack JavaScript open-source solution, which provides a solid starting point for MongoDB, Node.js, Express, and AngularJS based applications.

This repo is based on the freecodecamp courseware. Authentication integrated with Twitter and Facebook API via oauth2.

Before You Begin

Before you begin we recommend you read about the basic building blocks that assemble a MEAN.JS application:

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

$ npm install -g bower
  • Grunt - You're going to use the Grunt Task Runner to automate your development process. Make sure you've installed Node.js and npm first, then install grunt globally using npm:
$ npm install -g grunt-cli
  • Sass - You're going to use Sass to compile CSS during your grunt task. Make sure you have ruby installed, and then install Sass using gem install:
$ gem install sass
$ npm install -g grunt-cli
  • Gulp - (Optional) You may use Gulp for Live Reload, Linting, and SASS or LESS.
$ npm install gulp -g

Credits

Credits to the search engine API used Yelp