Skip to content
Snippets Groups Projects
Select Git revision
  • 90ad01ec64032a0ac77a0861c2055a225a85254e
  • master default protected
  • deploy
  • 13-begrussungs-endtexte
  • implement-jwt
5 results

admin-frontend

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • dominip89's avatar
    dominip89 authored
    Implementing Sport List and Incomplete List
    
    Closes #5 and #4
    
    See merge request swp-unisport/team-warumkeinrust/admin-frontend!3
    90ad01ec
    History
    Name Last commit Last update
    admin-frontend
    README.md

    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