We’re here to pay homage to our generation's most influential artist. What is Kanye's best song? You decide. Select your top 5 songs and submit your vote. Check back to see how your favorites stack up against the ultimate ranking of Kanye's genius.
Find any bugs? Want to add tracks? Please log your issues here.
We have three kinds of dependencies in this project: tools, database and angular framework code. The tools help us manage and test the application.
- Get the libraries we depend upon via
npm
& the angular code viabower
- Create the postgres DB via 1_build_db.sql
We have preconfigured npm
to automatically run bower
simply run:
npm install
Two new folders will appear in your project
node_modules
- contains the npm packages for the tools we needpublic/components
- contains the angular framework files
- Run script 1_build_db.sql
- Add settings file
Run the web server
npm start
Watch for changes and build all js files into public/app/build/kanye.min.js
grunt build watch