Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

A JavaScript frontend for the Hopper API.

Notifications You must be signed in to change notification settings

PicturePipe/hopper-frontend

Repository files navigation

Hopper-frontend

Project is unmaintained and has been archived.

Hopper-frontend is a JavaScript frontend for the Hopper API. It allows your users to easily create there own formulars.

Prerequisites

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

Installation

To install it, just run the following commands:

  • git clone <repository-url> this repository
  • change into the new directory
  • nvm install
  • npm install
  • npm run bower -- install

Use nvm deactivate after you are done to restore your PATH variable. With nvm use you can set it again to run, test or develop the project.

Running / Development

Just type the following to run hopper-frontend:

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests / Coverage Report

To run the test suite use the following command.

  • npm test

You also can view the tests in the browser of your choice. There you also can see the coverage:

Generating Documentation

You can use ember-cli-yuidoc to generate the documentation in the docs/ directory:

  • ember ember-cli-yuidoc

You can also automatically generate, update and serve it at http://localhost:4200/docs/:

  • ember serve --docs

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links