Go to file
JP1998 27e118041e Add dependency for API-calls
This commit adds the axios-dependency, which is used
to call the API-functions. Moreover the README.md has
been updated accordingly.
2018-11-13 15:36:23 +01:00
js Optimize imports 2018-11-11 00:48:05 +01:00
pages Design static part of create-tournament page; generify the full page background design (previously login.css) 2018-11-12 23:37:11 +01:00
static Design static part of create-tournament page; generify the full page background design (previously login.css) 2018-11-12 23:37:11 +01:00
.gitignore add .idea to gitignore 2018-11-08 11:33:29 +01:00
README.md Add dependency for API-calls 2018-11-13 15:36:23 +01:00
next.config.js Add support for custom css files 2018-11-08 11:20:36 +01:00
package-lock.json Add server-side clean urls 2018-11-07 14:15:26 +01:00
package.json Add dependency for API-calls 2018-11-13 15:36:23 +01:00
server.js Add server-side clean urls 2018-11-07 14:15:26 +01:00
style.css Add support for custom css files 2018-11-08 11:20:36 +01:00
yarn.lock Add dependency for API-calls 2018-11-13 15:36:23 +01:00

README.md

turniere-frontend

Prerequisites

You'll need Node.js and a package manager for Node.js (like npm or Yarn; We recommend Yarn) installed on your system in order to run this program. You can see how to install Node.js here.

Setup the project

First of course you'll need to clone this repository:

$ git clone https://github.com/turniere/turniere-frontend.git

Afterwards you'll have to navigate into the created folder and install several libraries using following command:

$ yarn add react react-dom reactstrap next express @zeit/next-css axios

Alternatively you can simply use our dependencies file:

yarn install

Afterwards you may simply run the developer version of the project:

$ yarn run dev