Skip to content

FredrikAppelros/coffee-adventure-mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot

This is to be a laboration for an introductory programming course. It has yet to be deconstructed and divided into exercises.

All exercises will be using CoffeeScript and Less.

Installation

First of all, Node.js and npm needs to be installed. Using npm, install both gulp and bower globally:

npm install -g gulp bower

Now the local packages needs to be installed; run the following:

npm install && bower install

Usage

Now that the development environment is installed, using it is as simple as running gulp:

gulp

Gulp will now watch for changes to your files and automatically compile and minify your code and update your browser for you.

Exercises

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published