This project is generated with yo angular generator version 0.15.1.
Clone the project to your machine.
git clone https://github.iu.edu/brburzon/Constant-Stimuli-Hearing-Experiments
Install yo
, grunt-cli
, bower
, generator-angular
and generator-karma
:
npm install -g grunt-cli bower yo generator-karma generator-angular
To make sure you have all of the dependencies, run the following from the root folder of the project
npm install
and
bower install
Develoment notes can be found in: development.org
For development:
- Fork current mater branch
- Pull from your mater branch
- Chechout to a new branch (name branch after the changes you plan to make)
- Edit or make your changes
- Commit changes with description
- Push the your changes in your branch
- Pull Request for code review
- Merge branch to master
- Delete the created branch from step 3 and go back to step 2
Running grunt
will create a dist/
folder containing the minified components of the project.
Run grunt serve
when you wish to see a live preview. This will open the project in a browser and refresh when ever it
detects a change in the code.
Running grunt test
will run the unit tests with karma.
Run grunt karma:unit
for faster result when running unit tests.