Skip to content

Voles/inConcert

Repository files navigation

InConcert

In concert - with a common plan; "act in concert"

Goal

To create a web application which allows users to search, view and RSVP for Meetups. Using modern web technologies and the Meetup API.

Prerequisites

Note: installation instructions for NodeJS on Ubuntu

Dependencies

Environment setup

1. Install Grunt and Bower

$ sudo npm install -g grunt-cli bower

2. Install project dependencies

Run the commands below in the project root directory.

$ sudo npm install
$ sudo ./node_modules/protractor/bin/webdriver-manager update
$ bower install

Build instructions

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.

About

In concert - with a common plan; "act in concert"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published