/simply-social

An AngularJS app for displaying social feeds

Primary LanguageCSS

simplySocial

This project is generated with yo angular generator version 0.12.1. and bourbon neat generator version 1.0.0

this is a personal project to attempt to build out the front end of simply social

Updated! live preview!

Build & development

This assumes you have node.js, Yeoman, Bower, and Grunt installed (if you're still setting up Yeoman, you can check out the official documentation).

If you don't have them installed, you can do so via running the command: $ npm install -g yo bower grunt-cli

  1. Clone or fork the repo:
  • $ git clone https://github.com/kgcreative/simply-social
  1. Install the dependencies from the package.json file to the project:
  • $ npm install
  1. Install the Bower dependencies
  • $ bower update
  1. Run Grunt to initialize the build
  • $ grunt
  1. Run Grunt Serve to initialize the environment with a local webserver & LiveReload.
  • $ grunt serve

Post Mortem:

I bit a bit more than I could chew by attempting to develop a fully featured UI. I should have simply built out the pages one by one with their resulting CSS. This would have resulted in a > 1 week build time. With that said, I learned a few things, and I will be taking this into consideration the next time I need to scaffold a project.