Closed ghost closed 6 years ago
This should be done as part of the setup ticket. Once the npm packages are saved into the package.json each team member just needs to run npm install
and npm will install everything that shows up in the package json
I have referenced this ticket in your setup ticket and am closing this one
Story
Once all of the group members have the setup files on their local machines, each member will need to install Task Runners in the terminal.
Acceptance Criteria
When Each member has cloned the repo Then Each member will need to initialize npm And Install grunt
Technical Notes
npm init
npm install grunt matchdep grunt-contrib-watch grunt-browserify gruntify-eslint --save-dev
grunt