Skip to content

Latest commit

 

History

History
 
 

hub

Installation

Use yarn or npm to install dependencies:

For yarn use:

yarn

For npm use:

npm install

Running

To run the application localy using the npm run start command:

npm run start

if the application is running in a local environment, it always uses mocks for api requests.

If you want to build production version, using the npm run build command:

npm run build