An open API service indexing awesome lists of open source software.

https://github.com/logustra/workflowwithsassandwebpack


https://github.com/logustra/workflowwithsassandwebpack

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Workflow with Sass and Gulp
This is the repository for learning sass and webpack

## Instructions

1. Make sure you have these installed
- [node.js](http://nodejs.org/)
- [git](http://git-scm.com/)
- [webpack](https://webpack.js.org/)
- [ruby](https://www.ruby-lang.org/)

2. Clone this repository into your local machine using the terminal (linux) or Gitbash (PC) `git clone https://github.com/Logustra/workflowWithSassAndWebpack.git`
3. CD to the folder cd `workflowWithSassAndWebpack`
4. Run `npm-install` to install the project dependencies
5. Install webpack.js via the linux terminal or Gitbash on a PC `npm install webpack -g`
6. Run the Webpack command `npm start`