Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpakach/sass_starter
This project contains the starter files for building website design with sass.
https://github.com/dpakach/sass_starter
Last synced: about 1 month ago
JSON representation
This project contains the starter files for building website design with sass.
- Host: GitHub
- URL: https://github.com/dpakach/sass_starter
- Owner: dpakach
- License: mit
- Created: 2018-07-21T12:27:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T17:56:25.000Z (over 6 years ago)
- Last Synced: 2024-10-28T13:17:32.181Z (3 months ago)
- Language: CSS
- Size: 195 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sass starter files
This project contains the starter files for building website design with sass
## Getting Started
### Prerequisites
* nodejs and npm### Installation
* To start development first clone this repository to your local machine```sh
git clone https://github.com/dpakach/sass_starter.git
```
* Change directory into the project folder
```sh
cd sass_starter
```* Install the dependencies
```sh
npm install
```* After installing the dependencies start the development process
```sh
npm start
```### Run Build Process
To compile and build css run following command
```
npm run build:css
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details