Front End Scaffolding
This scaffolding using Laravel Mix
Plugins Usage In This Scaffolding
Usage
First step you should install dependencies using
npm install
command.
$ npm i
After installing dependencies run the following command.
$ npm run watch
Finally open the project in browser with auto reloading using the following command in another terminal tab:
npm start
Note : If Your website is
RTL
direction you should write the code withLTR
direction and it will work without any problem in/dist/css/app.rtl.css
file.