Skip to content

Commit aca2485

Browse files
author
Yomi Eluwande
authored
Update Readme
1 parent 53d56e6 commit aca2485

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ Repo for the guide to coding project
33

44
## File Structure & Project Setup
55
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+
67
Project setup is pretty easy:
8+
79
1. Install [Node.js](http://nodejs.org/download), [Sass](http://sass-lang.com/tutorial.html) and [Git](http://git-scm.com).
810
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.
911
3. Run `npm install` to install project dependencies. That should install all dependencies in the `package.json` file.
1012
4. Run `gulp` on your Terminal inside your project directory to serve/launch the project from the `app` folder.
1113

1214
File Structure is divided into two. The `app` folder and `src` folder.
15+
1316
1. The `src` folder contains the JS and Sass files we'll be editing.
1417
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

Comments
 (0)