Alt's music
-
Install: install npm packege via
npm i; -
Create config file PATH
./config/local.jsmodule.exports.server = { port: 8081, playlist: false }
-
Run:
- Build bandle.js use
npm run build; - Run webpack
npm run dev; - Run backend server
node server.js; - Go to
localhost:8080 - Enjoy