ESHackathon / roses-website

The ROSE website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROSES Website

Website for ROSES.

Setup

To install the dependencies needed for the application you need to run the following commands from the project's folder;

npm install

Development

The frontend will be available at localhost:8080/#/ with hot reload.

npm run dev

Tests

Running the unit tests;

npm run unit

Running e2e tests;

npm run e2e

Running all the tests;

npm test

Production

To build for production with minifcation the following can be run from the project's folder;

npm run build

If you would like to see the bundle analyzer report after the build simply run;

npm run build --report

The files needed for hosting the app will be placed in the dist folder once the build is done.

Dependency References

Here is a quick list to easily navigate to the documentation of some of the frameworks used in this app;

This front-end application needs the server application to work fully. The server application is used to generate the PDF document from the given form information.

About

The ROSE website.

License:MIT License


Languages

Language:Vue 78.8%Language:JavaScript 19.9%Language:HTML 1.0%Language:CSS 0.3%