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