https://github.com/tcorral/karma_4sessions
Demo repository
https://github.com/tcorral/karma_4sessions
Last synced: about 1 month ago
JSON representation
Demo repository
- Host: GitHub
- URL: https://github.com/tcorral/karma_4sessions
- Owner: tcorral
- Created: 2013-10-07T18:33:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-07T18:48:51.000Z (over 12 years ago)
- Last Synced: 2025-01-15T13:07:35.865Z (over 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
karma_4sessions
===============
#Repository with the files created in the four sessions talk about how to use Karma.
To make it work:
* Install Node.js from [http://www.nodejs.org]
* Open a terminal and execute:
> node -v
You should get the number of the installed version.
* Install Karma globally
> npm install -g karma
It will install karma to be used from the command line.
* Change directory to this repository folder
* Install all the dependencies using
> npm install
* To launch the U.T. execute...
> karma start
It will start to listen the changes in the src and test folder.
Enjoy it.
If you need more help please contact me in amischol@gmail.com or in twitter in amischol