angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.29k stars 6.73k forks source link

How to start dev server #6502

Open Yankovsky opened 7 years ago

Yankovsky commented 7 years ago

Hi! I want to make a pr with a small feature, but I don't understand how to start dev server watching changes. I tried grunt, grunt watch and npm run demo but they do some other stuff. I don't need to run all tests, I just want to view my changes to one directive. Thank you.