Skip to content

przemcio/javascriptplayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript playground

Master Build Status solution_introduction Build Status

This is only a playground for JavaScript course

How to prepare enviroment:

If you haven't already installed npm, please read http://blog.npmjs.org/post/85484771375/how-to-install-npm

Please be sure that you have configured PATH to you npm instalation.

Before you run the test please be sure that you install following packages: karma, karma-qunit, gulp, karma-phantomjs-launcher. Here are required commands (installation of required packages see node_modules directory):

npm install gulp -g

npm install karma -g (required python and VisualStudio on windows WTF?!)

npm install karma-qunit

npm install karma-phantomjs-launcher

-g parameter means that the package will be install in global npm directory.

##How to run the test:

gulp test - to run the test only ones.

gulp tdd - test will be run automaticly after each test change.

About

It is only a playground for JS course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published