Skip to content

john-guerra/w209_assignment_1_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W209 Assignment 1 template

A simple template to get you started on your first assignment. Includes very basic files for HTML index.html CSS css/main.css and ECMAScript/JavaScript main.js. Uses d3.v4 and loads data from a csv file on the data folder data/main.csv.

The package.json file can be used with node.js for establishing the development requirements. Includes also a .eslint.js file with a basic default linting configuration. For setting up Sublime with EsLint and Prettier check this tutorial video of how to get everything set up

How to use it

You need to use a local http server to test it.

If you have python 3

python -m http.server 8080

If you have python 2.7

python -m SimpleHTTPServer 8080

Then go to your browser and load the URL http://localhost:8080

About

Simple template for assignment 1 of MIDS W209

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published