/c4l_2016

Primary LanguageJavaScript

Code4Lib Chicago Data Visualization Workshop 23 May 2016

  1. If on a Mac, install HomeBrew. If on Windows or Linux, maybe install Node from the Node website: https://nodejs.org/en/
  2. brew install node
  3. brew install git
  4. mkdir ~/Desktop/c4l_datavis/
  5. cd ~/Desktop/c4l_datavis/
  6. git init
  7. npm init
  8. npm install nodemon
  9. npm install express --save
  10. npm install d3 --prefix ./public --save