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.
You will need the following things properly installed on your computer.
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.
Just type the following to run hopper-frontend:
ember server
- visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
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:
ember server
- visit your tests at http://localhost:4200/tests.
- click the
Enable Coverage
checkbox.
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
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.