Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 302 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 302 Bytes

EGO Project - Backend

1. Clone project

$ git clone https://github.com/Enclave-EGO/backend.git

2. Change directory to folder backend

$ cd backend

3. Install dependencies

$ npm install

4. Run in developement mode

$ npm start