/theemberexpress

The front end Ember js app

Primary LanguageJavaScript

The Regular Express

This is the frontend app of the regular express. It interacts with a number of services to provide a Regular Expression testing tool for all different languages.

Setup

You will need the following things properly installed on your computer.

Installation

  • git clone http://github.com/theregularexpress/frontend this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)