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
Edit CSS (Sass) and JavaScript in the `src/` folder. The Gulp script will process these and the stylesheets and javascripts folders will be automatically populated.
13
+
With the files downloaded, navigate to your `starter` folder on the command line (or Terminal) and run `npm install` to set things up.
14
14
15
-
The command `gulp` will build the site, generating the CSS in the stylesheets folder, as well as combining JavaScript files into the javascripts folder.
15
+
If that doesn't work, it may be necessary to use `sudo npm install`.
16
+
17
+
With this set up, you should now be able to run:
18
+
19
+
gulp
20
+
21
+
This will process any Sass (SCSS) files and launch a web browser showing the current files. Making changes to the files should result in the page updating automatically.
0 commit comments