Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 563 Bytes

File metadata and controls

33 lines (27 loc) · 563 Bytes

ODCVL-Client

University Institute of Technology Mentored Project

Stock management app - Client side

Installation

1. Clone repository

$ git clone https://github.com/TPCISIIE/ODCVL-Client.git

2. Install dependencies

$ cd ODCVL-Client
$ npm install
$ bower install

3. Run the application

Run the dev server (it compiles the project, run a watcher and open your browser at http://localhost:4000)

$ npm run dev

Build the project

$ npm run build

TODO

  • Enable authentication
  • Electron