This website requires JavaScript.
Explore
Help
Register
Sign In
sergiu
/
lighting-app
Watch
1
Star
0
Fork
0
You've already forked lighting-app
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
lighting-app
/
backend
History
Sergiu Toma
6bff83aac4
Update 'backend/README.md'
2022-06-03 08:26:55 +00:00
..
proto
first commit
2022-06-03 11:13:06 +03:00
static
first commit
2022-06-03 11:13:06 +03:00
app.js
first commit
2022-06-03 11:13:06 +03:00
README.md
Update 'backend/README.md'
2022-06-03 08:26:55 +00:00
README.md
Lighting app
Server
Go to
server
folder
Install dependencies
npm i
Get
macaroon
,
lndCert
(user settings) from
POLAR
and configure
appjs
Start it using
node app.js
or
nodemon app.js
Frontend
Go to
client
folder
Install dependencies
npm i
Start it using
npm start