Popular Science is a simple blogging platform developed as a group project for The Iron Yard Front End Web Development course in Washington, DC.
The live site for Popular Science can be found at Popular Science.
This project was built using AngularJS and Sass. Grunt was used to automate the build process. Testing was done using Mocha, Chai and Karma.
If you would like to fork and work on your own version you will find that all of the working files are in the dev folder.
Get up and running by using the following steps.
- Install git (http://git-scm.com)
- Install Node (http://nodejs.org)
- Install Grunt (http://gruntjs.com)
- Clone Popular Science to your own system
- Navigate to the root directory of your clone and run `npm install`
- Edit away, have fun
- Run grunt in the root directory to build your changes from the src directory to the build directory
- The `index.html` file in the client directory is the main html file for the site
Popular Science was built by Matt Grosso, Ryan Ha, Noelle Knight, Alex Perkins and Elizabeth Swain at The Iron Yard, DC. Enjoy!