Skip to content
Snippets Groups Projects
Select Git revision
  • 28088af3ee5402332bc30da5b28a15305f09e6ed
  • master default protected
  • deploy
  • 26-integrated-test-data
  • 25-change-css-on-welcome-screen
  • 23-responsive-design-for-question-page
  • 14-responsive-design-for-activty-and-wissenssnack
  • 23-responsive-design-for-question-page-aktivity
  • 25-responsive-design-for-welcome-screen
  • 22-Background-test
  • 14-responsive-design-for-each-template
  • 20-replacing-alert-with-warning-text-button-deactivation
  • 18-add-the-priority-of-the-question
  • 16-editing-the-app-compnent-according-to-json-file
  • 15-react-handling-user-input-answer-in-questionpage-2
  • save-answers-in-states-likert-repaired
  • save-answers-in-states-likert
  • 10-implementation-of-bootstrap-strucutures-for-templates
  • save-answers-research
  • testlabor-of-likert-scale
  • 15-react-handling-user-input-answer-in-questionpage
21 results

user-frontend

  • Clone with SSH
  • Clone with HTTPS
  • First steps to the UniSport-O-Mat Admin Frontend

    Installing npm

    If not already installed, use your preferred way to install npm. It is recommended to install npm via nvm. A guide can be found here in the official npm documentation.

    Installing dependencies

    After cloning the repository, switch into the repository folder via terminal and type in

    npm install

    Start the development server

    If you want to start the development server on the standard route, localhost:3000, use the following command

    npm start

    If you however wish to test the react app on another port, use

    PORT=<port> npm start

    Testing your app

    If you have configured test files to run, you can run them via terminal. More infos are located in the official documentation.

    npm test