https://github.com/logustra/workflowwithsassandwebpack
https://github.com/logustra/workflowwithsassandwebpack
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/logustra/workflowwithsassandwebpack
- Owner: logustra
- Created: 2016-11-28T00:00:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T00:09:42.000Z (over 9 years ago)
- Last Synced: 2025-01-22T20:29:47.993Z (over 1 year ago)
- Language: JavaScript
- Size: 275 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`