Graphs/data visualizations relating to the National Women's Soccer League
Graphs/data visualizations relating to the National Women’s Soccer League, running on Angular, D3, and Express.
Node (which includes npm), Bower, and SASS.
npm install
bower install
node app/server.js
and open up localhost:3000
.gulp watch
in another terminal tab to run JS Lint and compile CSS.gulp build
. This will create a /dist folder containing your app.node dist/server.js
.The basic organization and dev environment for this project is based on my own Gulp-Angular-Skeleton.