https://github.com/edixonalberto/template-sass
Template for creating websites using Sass
https://github.com/edixonalberto/template-sass
autoprefixer html portfolio postcss sass sass-autoprefixer template
Last synced: 2 months ago
JSON representation
Template for creating websites using Sass
- Host: GitHub
- URL: https://github.com/edixonalberto/template-sass
- Owner: EdixonAlberto
- Created: 2021-07-23T02:54:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T03:31:05.000Z (almost 5 years ago)
- Last Synced: 2025-07-01T05:05:29.825Z (12 months ago)
- Topics: autoprefixer, html, portfolio, postcss, sass, sass-autoprefixer, template
- Language: HTML
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Sass
Template for creating websites using Sass.

In this template you will find a project structure ready to start building websites with
Sass in a maintainable and scalable way. The following [guide](https://sass-guidelin.es/)
was taken as a reference to create the directory structure for Sass.
> **NOTE:** This template will be in constant evoluction, feel free to create a
> [pull request](https://github.com/EdixonAlberto/template-sass/pulls) to improve it.
### Technologies List
- Sass
- Postcss + Autoprefixer
- Browserslist
- Live Server
- Prettier
- Npm
### Getting Started
```sh
npm install
npm run dev
```
### Command List
```sh
npm run dev # To run project in development modo
npm run build # To build project in production modo
npm run start # To build and run the project locally in production mode
npm run lint # Format code with prettier
```