Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 373 Bytes

File metadata and controls

17 lines (12 loc) · 373 Bytes

Negotium frontend

Required setup

Node.js

Installation

Open your terminal and type

  1. git clone https://github.com/TheGitDevelopers/your-negotium
  2. cd your-negotium
  3. npm install

How to run

Open your terminal in negotium directory and type npm start

It runs the app in the development mode on http://localhost:9000.