Skip to content

Frontend installation

Robert edited this page Apr 29, 2021 · 4 revisions

Getting started

Node

Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.

To get the frontend running locally:

  • Clone this repo
  • npm install to install all required dependencies
  • npm start to start the local server (this project uses create-react-app)
Required version
$ node --version
v15.0.0

$ npm --version
7.6.3
Clone this wiki locally