Go to file
JP1998 a954a546f4 Add titles to all the pages and read query parameters 2018-11-08 11:05:21 +01:00
pages Add titles to all the pages and read query parameters 2018-11-08 11:05:21 +01:00
.gitignore Add .gitignore 2018-11-07 13:59:13 +01:00
README.md Add Next as package to be installed. 2018-11-08 09:46:15 +01:00
package-lock.json Add server-side clean urls 2018-11-07 14:15:26 +01:00
package.json Add server-side clean urls 2018-11-07 14:15:26 +01:00
server.js Add server-side clean urls 2018-11-07 14:15:26 +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 React, Next aswell as Express with your pacakge manager:

$ yarn add --save react react-dom next express

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

$ yarn run dev