Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 852 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 852 Bytes

Front End Scaffolding

This scaffolding using Laravel Mix

Plugins Usage In This Scaffolding

Libs used in this project

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 with LTR direction and it will work without any problem in /dist/css/app.rtl.css file.

Enjoy Coding 🔥