Skip to content

The frontend scaffolding of our projects. 🔥

Notifications You must be signed in to change notification settings

Abdelrhmangad/frontend-scaffolding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🔥

About

The frontend scaffolding of our projects. 🔥

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 5.5%
  • Other 0.7%