https://github.com/oncomouse/node-sass-starter
https://github.com/oncomouse/node-sass-starter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oncomouse/node-sass-starter
- Owner: oncomouse
- Created: 2018-04-29T19:37:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T19:37:41.000Z (about 8 years ago)
- Last Synced: 2025-01-21T15:48:43.282Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Node Sass Starter
Basic starter project for working with Node Sass.
Normalize is included as both a starting point and an example of how including files works.
## Commands
* `npm run compile` – Compile SCSS code into CSS code
* `npm run start` – Start a live-reloading development server on port 5000