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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,15 @@ Repo for the guide to coding project
3
3
4
4
## File Structure & Project Setup
5
5
This project utilizes Build Automation with Gulp and also Sass as a PreProcessor. So you'll need to have [Node.js](http://nodejs.org/download), [Git](http://git-scm.com) and [Sass](http://sass-lang.com/tutorial.html) installed.
6
+
6
7
Project setup is pretty easy:
8
+
7
9
1. Install [Node.js](http://nodejs.org/download), [Sass](http://sass-lang.com/tutorial.html) and [Git](http://git-scm.com).
8
10
2.[Install Gulp](http://Gulpjs.com/) using `npm install -g gulp`. You may/or not need to use `sudo` in front of the Gulp install command to give it permissions.
9
11
3. Run `npm install` to install project dependencies. That should install all dependencies in the `package.json` file.
10
12
4. Run `gulp` on your Terminal inside your project directory to serve/launch the project from the `app` folder.
11
13
12
14
File Structure is divided into two. The `app` folder and `src` folder.
15
+
13
16
1. The `src` folder contains the JS and Sass files we'll be editing.
14
17
2. The `app` folder contains the HTML files/pages and assets for the folder. It also contains the auto compiled CSS and JS files as well as external resources like images and plugins, if any.
0 commit comments