Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 411 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 411 Bytes

FYP

electron-login

create a login interface using electron.js for demo

first install electron
npm i -D electron@latest
git clone project
git clone https://github.com/beebeebeeebeee/fyp.git
cd into the project (electron-login)
cd fyp/electron-login
install the required package from project
npm install
start the project
npm start