In concert - with a common plan; "act in concert"
To create a web application which allows users to search, view and RSVP for Meetups. Using modern web technologies and the Meetup API.
- Node Package Manager (NPM)
- Git
Note: installation instructions for NodeJS on Ubuntu
$ sudo npm install -g grunt-cli bower
Run the commands below in the project root directory.
$ sudo npm install
$ sudo ./node_modules/protractor/bin/webdriver-manager update
$ bower install
To run the application server, run $ grunt server
inside the project directory.
To run the tests (both unit- and E2E tests), run $ grunt test
inside the project directory.