Skip to content

ESHackathon/roses-website

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages