-
How to deploy with nodejs |
Beta Was this translation helpful? Give feedback.
Answered by
HerbertHe
Jan 15, 2024
Replies: 1 comment 1 reply
-
The project is developed with nodejs, so you can deploy directly with following steps:
git clone git@github.com:HerbertHe/iptv-sources.git
cd iptv-sources
npm install yarn -g
yarn install
yarn build
yarn m3u
yarn serve Then, you can use it with http://127.0.0.1:8080 or http://[::1]:8080 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HerbertHe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The project is developed with nodejs, so you can deploy directly with following steps:
git clone git@github.com:HerbertHe/iptv-sources.git cd iptv-sources
yarn
Then, you can use it with http://127.0.0.1:8080 or http://[::1]:8080