[Ivan Diaz] - Add frontend test to readme

This commit is contained in:
Ivan Diaz 2016-04-29 19:12:36 -03:00
parent d5a91d7c86
commit 8e3a40a377
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ OpenSupports v4.0
Now that `gulp dev` is running, the server is up as well and serving files from the `/build` directory. Any changes in the `/src` directory will be automatically processed by Gulp and the changes will be injected to any open browsers pointed at the proxy address.
#### Frontend Unit Testing
1. Do the steps described before
2. Install mocha "sudo npm install -g mocha"
3. Run `npm test` to run the tests
### Getting up and running BACK-END (server folder)
1. Clone this repo