1️⃣ npm install
2️⃣ npm start ( Development ENV )
3️⃣ npm run build ( Production ENV )
⭐ Fast compiler
⭐ minifying CSS files
⭐ minifying JS files
⭐ minifying HTML files
⭐ Optimizing Assets
⭐ compiling SCSS to CSS
⭐ Handling Cache in the Browser ( Production Mode )
⭐ Development Server
⭐ Hot Module Replacement
⭐ Custom Path
+ more options ...