You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>If you want to make changes to the scss files located in <code>resources/scss/</code> you need to have <code>Laravel Mix</code> installed and then add the following line of code to the <code>webpack.mix.js</code> file in the "scripts" section. </p>
<p>You can then run the following two commands in your project terminal in order to compile all of the scss files into one css file which you can then use to apply the styling changes to your project.</p>
<divclass="highlight mt-5"><pre><codeclass="language-bash" data-lang="bash">npm run scss</code></pre></div>
479
+
<h2id="starting-a-local-server">Starting a local server</h2>
473
480
<h2id="starting-a-local-server">Starting a local server</h2>
474
481
<p>Developing with Volt is very easy. All you have to do to run a local server is writing the following command in the folder where <code>gulpfile.js</code> is located:</p>
0 commit comments