-
Notifications
You must be signed in to change notification settings - Fork 1
Frontend installation
Robert edited this page Apr 29, 2021
·
4 revisions
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)
$ node --version
v15.0.0
$ npm --version
7.6.3