Skip to content

danoszz/Frontend-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend-3

Material for Front-end 3 (data), mostly using d3.js.

Examples and assignments are in this Git repository. Course related info can be found on Moodle.

0. Install

With git, do:

git clone https://github.com/CMDA/Frontend-3.git

Or, click the big green button “Clone or download” and install from there. Don’t forget to cd into the directory.

1. Get Node

You need Node installed. If you haven’t already we suggest to install the LTS version.

2. Dependencies

Now, install dependencies with npm like so:

npm install

3. Server

Finally, to start a live-reloading server, run the following:

npm start

This will print out an address the server is running on.

This server is made with budo. Tip: you can pass budo options, such as --open, like so: npm start -- --open

About

It's a course on frontend development focusing on datavisualisation using d3.js by Mike Bostock.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 56.3%
  • HTML 36.6%
  • CSS 7.1%