/hacker-boilerplate

Hacker Boilerplate - Python + MongoDB + AngularJS

Primary LanguageCSS

Hacker Boilerplate

Boilerplate code for hacker who want to hack with Python, MongoDB and AngularJS

Install dependencies

Following steps are only needed one time

  1. npm install
  2. bower install
  3. virtualenv venv
  4. source venv/bin/activate
  5. pip install -r requirements.pip

Run gulp to watch and compile Sass

To compile a sass

gulp

To compile and watch for sass file changes

gulp watch

Run application

export PYTHONPATH=$(pwd)/server/
mongod
python server.py