Clone this project repository and open the terminal inside the folder that you've cloned, run :
npm installStarts webpack-dev-server and watches for file changes. File updates are instantly seen on the browser
npm run devCompile your project when it's done
npm run buildNote:
npm run build:prodif you want to minify your scripts
Kang Abbad |
