Getting Started - jazoomi/Stock-Inventory-Management-System GitHub Wiki

Setup & Installation

If you do not have the copy of repository, type the code below in terminal. Make sure you should be in the directory where you want to save:

git clone https://github.com/jazoomi/Stock-Inventory-Management-System.git

Once you have the copy of repository, follow the steps below to setup and run the desktop app in VS code. Run them in terminal:

npm i

npm run build

npm run dev:electron